ReadAllChatMentions constructor
const
ReadAllChatMentions({
- required int chatId,
Marks all mentions in a chat as read
Implementation
const ReadAllChatMentions({
required this.chatId,
});
Marks all mentions in a chat as read
const ReadAllChatMentions({
required this.chatId,
});