public static class TdApi.TargetChatChosen extends TdApi.TargetChat
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.TargetChatTypes |
types
Allowed types for the chat.
|
| Constructor and Description |
|---|
TargetChatChosen()
The chat needs to be chosen by the user among chats of the specified types.
|
TargetChatChosen(TdApi.TargetChatTypes types)
The chat needs to be chosen by the user among chats of the specified types.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.TargetChatTypes types
public static final int CONSTRUCTOR
public TargetChatChosen()
public TargetChatChosen(TdApi.TargetChatTypes types)
types - Allowed types for the chat.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object