Package org.drinkless.tdlib
Class TdApi.TopChatCategoryGuestBots
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.TopChatCategory
org.drinkless.tdlib.TdApi.TopChatCategoryGuestBots
- Enclosing class:
TdApi
A category containing frequently used chats with bots, which were used as guest bots.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.drinkless.tdlib.TdApi.TopChatCategory
TdApi.TopChatCategory.Constructors -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object. -
Constructor Summary
ConstructorsConstructorDescriptionA category containing frequently used chats with bots, which were used as guest bots. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
TopChatCategoryGuestBots
public TopChatCategoryGuestBots()A category containing frequently used chats with bots, which were used as guest bots.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.TopChatCategory- Returns:
- this.CONSTRUCTOR
-