Class: TD::Types::ChatEventAction::AvailableReactionsChanged

Inherits:
TD::Types::ChatEventAction show all
Defined in:
lib/tdlib/types/chat_event_action/available_reactions_changed.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

#new_available_reactionsTD::Types::ChatAvailableReactions

New chat available reactions.

Returns:



6
7
8
# File 'lib/tdlib/types/chat_event_action/available_reactions_changed.rb', line 6

def new_available_reactions
  @new_available_reactions
end

#old_available_reactionsTD::Types::ChatAvailableReactions

Previous chat available reactions.

Returns:



6
7
8
# File 'lib/tdlib/types/chat_event_action/available_reactions_changed.rb', line 6

def old_available_reactions
  @old_available_reactions
end