Class: TD::Types::InputInvoice::Message

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

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#chat_idInteger

Chat identifier of the message.

Returns:

  • (Integer)

    the current value of chat_id



6
7
8
# File 'lib/tdlib/types/input_invoice/message.rb', line 6

def chat_id
  @chat_id
end

#message_idInteger

Message identifier.

Returns:

  • (Integer)

    the current value of message_id



6
7
8
# File 'lib/tdlib/types/input_invoice/message.rb', line 6

def message_id
  @message_id
end