GetMessageAvailableReactions constructor
const
GetMessageAvailableReactions({})
Returns reactions, which can be added to a message. The list can change after updateActiveEmojiReactions, updateChatAvailableReactions for the chat, or updateMessageInteractionInfo for the message
Implementation
const GetMessageAvailableReactions({
required this.chatId,
required this.messageId,
required this.rowSize,
});