ReadAllChatReactions constructor
const
ReadAllChatReactions({
- required int chatId,
Marks all reactions in a chat or a forum topic as read
Implementation
const ReadAllChatReactions({
required this.chatId,
});