Package org.drinkless.tdlib
Class TdApi.ReplyMarkupInlineKeyboard
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.ReplyMarkup
org.drinkless.tdlib.TdApi.ReplyMarkupInlineKeyboard
- Enclosing class:
TdApi
Contains an inline keyboard layout.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.drinkless.tdlib.TdApi.ReplyMarkup
TdApi.ReplyMarkup.Constructors -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.A list of rows of inline keyboard buttons. -
Constructor Summary
ConstructorsConstructorDescriptionContains an inline keyboard layout.Contains an inline keyboard layout. -
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
-
rows
A list of rows of inline keyboard buttons. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
ReplyMarkupInlineKeyboard
public ReplyMarkupInlineKeyboard()Contains an inline keyboard layout. -
ReplyMarkupInlineKeyboard
Contains an inline keyboard layout.- Parameters:
rows- A list of rows of inline keyboard buttons.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.ReplyMarkup- Returns:
- this.CONSTRUCTOR
-