UpdateTopicMessageCount constructor
UpdateTopicMessageCount({
- required int chatId,
- MessageTopic? topicId,
- required int messageCount,
Implementation
UpdateTopicMessageCount({
required this.chatId,
this.topicId,
required this.messageCount,
});