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

public abstract static class TdApi.InlineKeyboardButtonType extends TdApi.Object
This class is an abstract base class. Describes the type of inline keyboard button.
  • Constructor Details

    • InlineKeyboardButtonType

      public InlineKeyboardButtonType()
      Default class constructor.
  • Method Details

    • getConstructor

      public abstract int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      identifier uniquely determining type of the object.