public static class TdApi.ReportChatResultTextRequired extends TdApi.ReportChatResult
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
boolean |
isOptional
True, if the user can skip text adding.
|
byte[] |
optionId
Option identifier for the next reportChat request.
|
| Constructor and Description |
|---|
ReportChatResultTextRequired()
The user must add additional text details to the report.
|
ReportChatResultTextRequired(byte[] optionId,
boolean isOptional)
The user must add additional text details to the report.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic byte[] optionId
public boolean isOptional
public static final int CONSTRUCTOR
public ReportChatResultTextRequired()
public ReportChatResultTextRequired(byte[] optionId,
boolean isOptional)
optionId - Option identifier for the next reportChat request.isOptional - True, if the user can skip text adding.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object