Package org.drinkless.tdlib
Class TdApi.TargetChatChosen
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.TargetChat
org.drinkless.tdlib.TdApi.TargetChatChosen
- Enclosing class:
- TdApi
The chat needs to be chosen by the user among chats of the specified types.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Identifier uniquely determining type of the object.Allowed types for the chat. -
Constructor Summary
ConstructorsConstructorDescriptionThe chat needs to be chosen by the user among chats of the specified types.The chat needs to be chosen by the user among chats of the specified types. -
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
-
types
Allowed types for the chat. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
TargetChatChosen
public TargetChatChosen()The chat needs to be chosen by the user among chats of the specified types. -
TargetChatChosen
The chat needs to be chosen by the user among chats of the specified types.- Parameters:
types
- Allowed types for the chat.
-
-
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
-