Class TdApi.BankCardInfo

java.lang.Object
dev.voroby.springframework.telegram.client.TdApi.Object
dev.voroby.springframework.telegram.client.TdApi.BankCardInfo
Enclosing class:
TdApi

public static class TdApi.BankCardInfo extends TdApi.Object
Information about a bank card.
  • Field Details

    • title

      public String title
      Title of the bank card description.
    • actions

      public TdApi.BankCardActionOpenUrl[] actions
      Actions that can be done with the bank card number.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • BankCardInfo

      public BankCardInfo()
      Information about a bank card.
    • BankCardInfo

      public BankCardInfo(String title, TdApi.BankCardActionOpenUrl[] actions)
      Information about a bank card.
      Parameters:
      title - Title of the bank card description.
      actions - Actions that can be done with the bank card number.
  • Method Details

    • getConstructor

      public 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:
      this.CONSTRUCTOR