Uses of Class
org.drinkless.tdlib.TdApi.ReportReason
Packages that use TdApi.ReportReason
-
Uses of TdApi.ReportReason in org.drinkless.tdlib
Subclasses of TdApi.ReportReason in org.drinkless.tdlibModifier and TypeClassDescriptionstatic class
The chat has child abuse related content.static class
The chat contains copyrighted content.static class
A custom reason provided by the user.static class
The chat represents a fake account.static class
The chat has illegal drugs related content.static class
The chat contains messages with personal details.static class
The chat contains pornographic messages.static class
The chat contains spam messages.static class
The location-based chat is unrelated to its stated location.static class
The chat promotes violence.Fields in org.drinkless.tdlib declared as TdApi.ReportReasonModifier and TypeFieldDescriptionTdApi.ReportChatPhoto.reason
The reason for reporting the chat photo.Constructors in org.drinkless.tdlib with parameters of type TdApi.ReportReasonModifierConstructorDescriptionReportChatPhoto
(long chatId, int fileId, TdApi.ReportReason reason, String text) Creates a function, which reports a chat photo to the Telegram moderators.