Class: TD::Types::InternalLinkType::Invoice
- Inherits:
-
TD::Types::InternalLinkType
- Object
- Dry::Struct
- Base
- TD::Types::InternalLinkType
- TD::Types::InternalLinkType::Invoice
- Defined in:
- lib/tdlib/types/internal_link_type/invoice.rb
Overview
The link is a link to an invoice. Call getPaymentForm with the given invoice name to process the link.
Instance Attribute Summary collapse
-
#invoice_name ⇒ TD::Types::String
Name of the invoice.
Method Summary
Methods inherited from Base
Instance Attribute Details
#invoice_name ⇒ TD::Types::String
Name of the invoice.
6 7 8 |
# File 'lib/tdlib/types/internal_link_type/invoice.rb', line 6 def invoice_name @invoice_name end |