Class: TD::Types::Update::DefaultReactionType

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

Overview

The type of default reaction has changed.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#reaction_typeTD::Types::ReactionType

The new type of the default reaction.

Returns:



5
6
7
# File 'lib/tdlib/types/update/default_reaction_type.rb', line 5

def reaction_type
  @reaction_type
end