Package org.drinkless.tdlib
Class TdApi.RichTextBotCommand
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.RichText
org.drinkless.tdlib.TdApi.RichTextBotCommand
- Enclosing class:
- TdApi
A bot command.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe bot command.static final intIdentifier uniquely determining type of the object.Text. -
Constructor Summary
ConstructorsConstructorDescriptionA bot command.RichTextBotCommand(TdApi.RichText text, String botCommand) A bot command. -
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
-
text
Text. -
botCommand
The bot command. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
RichTextBotCommand
public RichTextBotCommand()A bot command. -
RichTextBotCommand
A bot command.- Parameters:
text- Text.botCommand- The bot command.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-