Module tdlight.api

Class TdApi.InlineKeyboardButtonTypeBuy

Enclosing class:
TdApi

public static final class TdApi.InlineKeyboardButtonTypeBuy extends TdApi.InlineKeyboardButtonType
A button to buy something. This button must be in the first column and row of the keyboard and can be attached only to a message with content of the type messageInvoice.
  • Field Details

  • Constructor Details

    • InlineKeyboardButtonTypeBuy

      public InlineKeyboardButtonTypeBuy()
      A button to buy something. This button must be in the first column and row of the keyboard and can be attached only to a message with content of the type messageInvoice.
    • InlineKeyboardButtonTypeBuy

      public InlineKeyboardButtonTypeBuy(DataInput input) throws IOException
      A button to buy something. This button must be in the first column and row of the keyboard and can be attached only to a message with content of the type messageInvoice.
      Throws:
      IOException
  • Method Details