UpdateChatAction constructor
UpdateChatAction({
- required int chatId,
- MessageTopic? topicId,
- MessageSender? senderId,
- ChatAction? action,
Implementation
UpdateChatAction({
required this.chatId,
this.topicId,
this.senderId,
this.action,
});