Class: TD::Types::Update::ChatAvailableReactions

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

Overview

The chat available reactions were changed.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#available_reactionsTD::Types::ChatAvailableReactions

The new reactions, available in the chat.

Returns:



6
7
8
# File 'lib/tdlib/types/update/chat_available_reactions.rb', line 6

def available_reactions
  @available_reactions
end

#chat_idInteger

Chat identifier.

Returns:

  • (Integer)

    the current value of chat_id



6
7
8
# File 'lib/tdlib/types/update/chat_available_reactions.rb', line 6

def chat_id
  @chat_id
end