Class: TD::Types::InputInvoice::Message
- Inherits:
-
TD::Types::InputInvoice
- Object
- Dry::Struct
- Base
- TD::Types::InputInvoice
- TD::Types::InputInvoice::Message
- Defined in:
- lib/tdlib/types/input_invoice/message.rb
Overview
An invoice from a message of the type messageInvoice or paid media purchase from messagePaidMedia.
Instance Attribute Summary collapse
-
#chat_id ⇒ Integer
Chat identifier of the message.
-
#message_id ⇒ Integer
Message identifier.
Method Summary
Methods inherited from Base
Instance Attribute Details
#chat_id ⇒ Integer
Chat identifier of the message.
6 7 8 |
# File 'lib/tdlib/types/input_invoice/message.rb', line 6 def chat_id @chat_id end |
#message_id ⇒ Integer
Message identifier.
6 7 8 |
# File 'lib/tdlib/types/input_invoice/message.rb', line 6 def @message_id end |