public static class TdApi.ReportChatSponsoredMessageResultOptionRequired extends TdApi.ReportChatSponsoredMessageResult
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.ReportOption[] |
options
List of available options.
|
java.lang.String |
title
Title for the option choice.
|
| Constructor and Description |
|---|
ReportChatSponsoredMessageResultOptionRequired()
The user must choose an option to report the message and repeat request with the chosen option.
|
ReportChatSponsoredMessageResultOptionRequired(java.lang.String title,
TdApi.ReportOption[] options)
The user must choose an option to report the message and repeat request with the chosen option.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String title
public TdApi.ReportOption[] options
public static final int CONSTRUCTOR
public ReportChatSponsoredMessageResultOptionRequired()
public ReportChatSponsoredMessageResultOptionRequired(java.lang.String title,
TdApi.ReportOption[] options)
title - Title for the option choice.options - List of available options.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object