Uses of Class
org.drinkless.tdlib.TdApi.ChatReportReason
-
Packages that use TdApi.ChatReportReason Package Description org.drinkless.tdlib -
-
Uses of TdApi.ChatReportReason in org.drinkless.tdlib
Subclasses of TdApi.ChatReportReason in org.drinkless.tdlib Modifier and Type Class Description static classTdApi.ChatReportReasonChildAbuseThe chat has child abuse related content.static classTdApi.ChatReportReasonCopyrightThe chat contains copyrighted content.static classTdApi.ChatReportReasonCustomA custom reason provided by the user.static classTdApi.ChatReportReasonFakeThe chat represents a fake account.static classTdApi.ChatReportReasonPornographyThe chat contains pornographic messages.static classTdApi.ChatReportReasonSpamThe chat contains spam messages.static classTdApi.ChatReportReasonUnrelatedLocationThe location-based chat is unrelated to its stated location.static classTdApi.ChatReportReasonViolenceThe chat promotes violence.Fields in org.drinkless.tdlib declared as TdApi.ChatReportReason Modifier and Type Field Description TdApi.ChatReportReasonTdApi.ReportChat. reasonThe reason for reporting the chat.TdApi.ChatReportReasonTdApi.ReportChatPhoto. reasonThe reason for reporting the chat photo.Constructors in org.drinkless.tdlib with parameters of type TdApi.ChatReportReason Constructor Description ReportChat(long chatId, long[] messageIds, TdApi.ChatReportReason reason, String text)Creates a function, which reports a chat to the Telegram moderators.ReportChatPhoto(long chatId, int fileId, TdApi.ChatReportReason reason, String text)Creates a function, which reports a chat photo to the Telegram moderators.
-