ReadAllChatMentions constructor

const ReadAllChatMentions({
  1. required int chatId,
})

Marks all mentions in a chat as read

Implementation

const ReadAllChatMentions({
  required this.chatId,
});