Uses of Class
org.drinkless.tdlib.TdApi.ReportOption
Packages that use TdApi.ReportOption
-
Uses of TdApi.ReportOption in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.ReportOptionModifier and TypeFieldDescriptionTdApi.ReportChatResultOptionRequired.options
List of available options.TdApi.ReportSponsoredResultOptionRequired.options
List of available options.TdApi.ReportStoryResultOptionRequired.options
List of available options.Constructors in org.drinkless.tdlib with parameters of type TdApi.ReportOptionModifierConstructorDescriptionReportChatResultOptionRequired
(String title, TdApi.ReportOption[] options) The user must choose an option to report the chat and repeat request with the chosen option.ReportSponsoredResultOptionRequired
(String title, TdApi.ReportOption[] options) The user must choose an option to report the message and repeat request with the chosen option.ReportStoryResultOptionRequired
(String title, TdApi.ReportOption[] options) The user must choose an option to report the story and repeat request with the chosen option.