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.optionsList of available options.TdApi.ReportSponsoredResultOptionRequired.optionsList of available options.TdApi.ReportStoryResultOptionRequired.optionsList 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.