Class: TD::Types::ChannelTransactionPurpose::Reaction

Inherits:
TD::Types::ChannelTransactionPurpose show all
Defined in:
lib/tdlib/types/channel_transaction_purpose/reaction.rb

Overview

User paid for a reaction.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#message_idInteger

Identifier of the reacted message; can be an identifier of a deleted message.

Returns:

  • (Integer)

    the current value of message_id



5
6
7
# File 'lib/tdlib/types/channel_transaction_purpose/reaction.rb', line 5

def message_id
  @message_id
end