Class: TD::Types::ChatAvailableReactions::All

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

Overview

All reactions are available in the chat, excluding the paid reaction and custom reactions in channel chats.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#max_reaction_countInteger

The maximum allowed number of reactions per message; 1-11.



5
6
7
# File 'lib/tdlib/types/chat_available_reactions/all.rb', line 5

def max_reaction_count
  @max_reaction_count
end