UpdateStoryListChatCount constructor
const
UpdateStoryListChatCount({})
Number of chats in a story list has changed
Implementation
const UpdateStoryListChatCount({
required this.storyList,
required this.chatCount,
this.extra,
this.clientId,
});