Class TdApi.PushMessageContentRecurringPayment

Enclosing class:
TdApi

public static class TdApi.PushMessageContentRecurringPayment extends TdApi.PushMessageContent
A new recurring payment was made by the current user.
  • Field Details

    • amount

      public String amount
      The paid amount.
    • CONSTRUCTOR

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

    • PushMessageContentRecurringPayment

      public PushMessageContentRecurringPayment()
      A new recurring payment was made by the current user.
    • PushMessageContentRecurringPayment

      public PushMessageContentRecurringPayment(String amount)
      A new recurring payment was made by the current user.
      Parameters:
      amount - The paid amount.
  • 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