Class: TD::Types::InternalLinkType::Invoice

Inherits:
TD::Types::InternalLinkType show all
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

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#invoice_nameTD::Types::String

Name of the invoice.

Returns:

  • (TD::Types::String)

    the current value of invoice_name



6
7
8
# File 'lib/tdlib/types/internal_link_type/invoice.rb', line 6

def invoice_name
  @invoice_name
end