SetChatAvailableReactions constructor
SetChatAvailableReactions({
- required int chatId,
- ChatAvailableReactions? availableReactions,
Implementation
SetChatAvailableReactions({required this.chatId, this.availableReactions});