Class: TD::Types::InputInvoice::Telegram
- Inherits:
-
TD::Types::InputInvoice
- Object
- Dry::Struct
- Base
- TD::Types::InputInvoice
- TD::Types::InputInvoice::Telegram
- Defined in:
- lib/tdlib/types/input_invoice/telegram.rb
Overview
An invoice for a payment toward Telegram; must not be used in the in-store apps.
Instance Attribute Summary collapse
-
#purpose ⇒ TD::Types::TelegramPaymentPurpose
Transaction purpose.
Method Summary
Methods inherited from Base
Instance Attribute Details
#purpose ⇒ TD::Types::TelegramPaymentPurpose
Transaction purpose.
5 6 7 |
# File 'lib/tdlib/types/input_invoice/telegram.rb', line 5 def purpose @purpose end |