UpdateTopicMessageCount constructor

UpdateTopicMessageCount({
  1. required int chatId,
  2. MessageTopic? topicId,
  3. required int messageCount,
})

Implementation

UpdateTopicMessageCount({
  required this.chatId,
  this.topicId,
  required this.messageCount,
});