ChatReactions
- class pyrogram.types.ChatReactions
A chat reactions
- Parameters:
all_are_enabled (
bool
, optional)allow_custom_emoji (
bool
, optional) – Whether custom emoji are allowed or not.reactions (List of
Reaction
, optional) – Reactions available.max_reaction_count (
int
, optional) – Limit of the number of different unique reactions that can be added to a message, including already published ones. Can have values between 1 and 11. Defaults to 11, if not specified. Only applicable forCHANNEL
.