UpdateChatAction constructor
const
UpdateChatAction({
- required int chatId,
- required int messageThreadId,
- required MessageSender senderId,
- required ChatAction action,
- dynamic extra,
- int? clientId,
A message sender activity in the chat has changed
Implementation
const UpdateChatAction({
required this.chatId,
required this.messageThreadId,
required this.senderId,
required this.action,
this.extra,
this.clientId,
});