Package org.drinkless.tdlib
Class TdApi.ReportChatResultTextRequired
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.ReportChatResult
org.drinkless.tdlib.TdApi.ReportChatResultTextRequired
- Enclosing class:
- TdApi
The user must add additional text details to the report.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Identifier uniquely determining type of the object.boolean
True, if the user can skip text adding.byte[]
Option identifier for the next reportChat request. -
Constructor Summary
ConstructorsConstructorDescriptionThe user must add additional text details to the report.ReportChatResultTextRequired
(byte[] optionId, boolean isOptional) The user must add additional text details to the report. -
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
-
optionId
public byte[] optionIdOption identifier for the next reportChat request. -
isOptional
public boolean isOptionalTrue, if the user can skip text adding. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
ReportChatResultTextRequired
public ReportChatResultTextRequired()The user must add additional text details to the report. -
ReportChatResultTextRequired
public ReportChatResultTextRequired(byte[] optionId, boolean isOptional) The user must add additional text details to the report.- Parameters:
optionId
- Option identifier for the next reportChat request.isOptional
- True, if the user can skip text adding.
-
-
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
-