Class: TD::Types::PushMessageContent::RecurringPayment

Inherits:
TD::Types::PushMessageContent show all
Defined in:
lib/tdlib/types/push_message_content/recurring_payment.rb

Overview

A new recurring payment was made by the current user.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#amountTD::Types::String

The paid amount.

Returns:

  • (TD::Types::String)

    the current value of amount



5
6
7
# File 'lib/tdlib/types/push_message_content/recurring_payment.rb', line 5

def amount
  @amount
end