Package org.drinkless.tdlib
Class TdApi.MessageManagedBotCreated
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.MessageContent
org.drinkless.tdlib.TdApi.MessageManagedBotCreated
- Enclosing class:
TdApi
A bot managed by another bot was created by the user.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.drinkless.tdlib.TdApi.MessageContent
TdApi.MessageContent.Constructors -
Field Summary
FieldsModifier and TypeFieldDescriptionlongUser identifier of the created bot.static final intIdentifier uniquely determining type of the object. -
Constructor Summary
ConstructorsConstructorDescriptionA bot managed by another bot was created by the user.MessageManagedBotCreated(long botUserId) A bot managed by another bot was created by the user. -
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
-
botUserId
public long botUserIdUser identifier of the created bot. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
MessageManagedBotCreated
public MessageManagedBotCreated()A bot managed by another bot was created by the user. -
MessageManagedBotCreated
public MessageManagedBotCreated(long botUserId) A bot managed by another bot was created by the user.- Parameters:
botUserId- User identifier of the created bot.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.MessageContent- Returns:
- this.CONSTRUCTOR
-