UpdateMessageMentionRead constructor
const
UpdateMessageMentionRead({})
A message with an unread mention was read
Implementation
const UpdateMessageMentionRead({
required this.chatId,
required this.messageId,
required this.unreadMentionCount,
this.extra,
this.clientId,
});