Uses of Class
it.tdlight.jni.TdApi.ChatReportReason
-
Uses of TdApi.ChatReportReason in it.tdlight.jni
Subclasses of TdApi.ChatReportReason in it.tdlight.jniModifier and TypeClassDescriptionstatic final class
The chat has child abuse related content.static final class
The chat contains copyrighted content.static final class
A custom reason provided by the user.static final class
The chat represents a fake account.static final class
The chat contains pornographic messages.static final class
The chat contains spam messages.static final class
The location-based chat is unrelated to its stated location.static final class
The chat promotes violence.Fields in it.tdlight.jni declared as TdApi.ChatReportReasonModifier and TypeFieldDescriptionTdApi.ReportChat.reason
The reason for reporting the chat.TdApi.ReportChatPhoto.reason
The reason for reporting the chat photo.Constructors in it.tdlight.jni with parameters of type TdApi.ChatReportReasonModifierConstructorDescriptionReportChat
(long chatId, long[] messageIds, TdApi.ChatReportReason reason, String text) Reports a chat to the Telegram moderators.ReportChatPhoto
(long chatId, int fileId, TdApi.ChatReportReason reason, String text) Reports a chat photo to the Telegram moderators.