UpdateChatAvailableReactions constructor

UpdateChatAvailableReactions({
  1. required int chatId,
  2. ChatAvailableReactions? availableReactions,
})

Implementation

UpdateChatAvailableReactions({required this.chatId, this.availableReactions});