Module tdlight.api

Class TdApi.BankCardInfo

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.BankCardInfo
Enclosing class:
TdApi

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

  • 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 - String Title of the bank card description.
      actions - BankCardActionOpenUrl[] Actions that can be done with the bank card number.
    • BankCardInfo

      public BankCardInfo(DataInput input) throws IOException
      Information about a bank card.
      Throws:
      IOException
  • Method Details