Package org.drinkless.tdlib
Class TdApi.InlineKeyboardButtonType
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.InlineKeyboardButtonType
- Direct Known Subclasses:
TdApi.InlineKeyboardButtonTypeBuy
,TdApi.InlineKeyboardButtonTypeCallback
,TdApi.InlineKeyboardButtonTypeCallbackGame
,TdApi.InlineKeyboardButtonTypeCallbackWithPassword
,TdApi.InlineKeyboardButtonTypeCopyText
,TdApi.InlineKeyboardButtonTypeLoginUrl
,TdApi.InlineKeyboardButtonTypeSwitchInline
,TdApi.InlineKeyboardButtonTypeUrl
,TdApi.InlineKeyboardButtonTypeUser
,TdApi.InlineKeyboardButtonTypeWebApp
- Enclosing class:
- TdApi
This class is an abstract base class.
Describes the type of inline keyboard button.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.drinkless.tdlib.TdApi.Object
getConstructor, toString
-
Constructor Details
-
InlineKeyboardButtonType
public InlineKeyboardButtonType()Default class constructor.
-