Package org.drinkless.tdlib
Class TdApi.ReportSponsoredResultOptionRequired
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.ReportSponsoredResult
org.drinkless.tdlib.TdApi.ReportSponsoredResultOptionRequired
- Enclosing class:
- TdApi
The user must choose an option to report the message and repeat request with the chosen option.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Identifier uniquely determining type of the object.List of available options.Title for the option choice. -
Constructor Summary
ConstructorsConstructorDescriptionThe user must choose an option to report the message 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. -
Method Summary
Modifier and TypeMethodDescriptionint
Returns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
title
Title for the option choice. -
options
List of available options. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
ReportSponsoredResultOptionRequired
public ReportSponsoredResultOptionRequired()The user must choose an option to report the message and repeat request with the chosen option. -
ReportSponsoredResultOptionRequired
The user must choose an option to report the message and repeat request with the chosen option.- Parameters:
title
- Title for the option choice.options
- List of available options.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.Object
Returns an identifier uniquely determining type of the object.- Specified by:
getConstructor
in classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-