Class: TD::Types::Update::MessageReactions

Inherits:
TD::Types::Update show all
Defined in:
lib/tdlib/types/update/message_reactions.rb

Overview

Reactions added to a message with anonymous reactions have changed; for bots only.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#chat_idInteger

Chat identifier.

Returns:

  • (Integer)

    the current value of chat_id



8
9
10
# File 'lib/tdlib/types/update/message_reactions.rb', line 8

def chat_id
  @chat_id
end

#dateInteger

Point in time (Unix timestamp) when the reactions were changed.

Returns:

  • (Integer)

    the current value of date



8
9
10
# File 'lib/tdlib/types/update/message_reactions.rb', line 8

def date
  @date
end

#message_idInteger

Message identifier.

Returns:

  • (Integer)

    the current value of message_id



8
9
10
# File 'lib/tdlib/types/update/message_reactions.rb', line 8

def message_id
  @message_id
end

#reactionsArray<TD::Types::MessageReaction>

The list of reactions added to the message.

Returns:



8
9
10
# File 'lib/tdlib/types/update/message_reactions.rb', line 8

def reactions
  @reactions
end