Class: TD::Types::ChannelTransactionPurpose::Reaction
- Inherits:
-
TD::Types::ChannelTransactionPurpose
- Object
- Dry::Struct
- Base
- TD::Types::ChannelTransactionPurpose
- TD::Types::ChannelTransactionPurpose::Reaction
- Defined in:
- lib/tdlib/types/channel_transaction_purpose/reaction.rb
Overview
User paid for a reaction.
Instance Attribute Summary collapse
-
#message_id ⇒ Integer
Identifier of the reacted message; can be an identifier of a deleted message.
Method Summary
Methods inherited from Base
Instance Attribute Details
#message_id ⇒ Integer
Identifier of the reacted message; can be an identifier of a deleted message.
5 6 7 |
# File 'lib/tdlib/types/channel_transaction_purpose/reaction.rb', line 5 def @message_id end |