updateStoryListChatCount property

UpdateStoryListChatCount? updateStoryListChatCount

Number of chats in a story list has changed

Implementation

UpdateStoryListChatCount? get updateStoryListChatCount {
  if (this is UpdateStoryListChatCount) {
    return this as UpdateStoryListChatCount;
  }
  return null;
}