UpdateChatAction constructor

UpdateChatAction({
  1. required int chatId,
  2. MessageTopic? topicId,
  3. MessageSender? senderId,
  4. ChatAction? action,
})

Implementation

UpdateChatAction({
  required this.chatId,
  this.topicId,
  this.senderId,
  this.action,
});