Interface UpdateStoryListChatCount

Number of chats in a story list has changed. Subtype of Update.

interface UpdateStoryListChatCount {
    @type: "updateStoryListChatCount";
    chat_count: number;
    story_list: StoryList;
}

Properties

@type: "updateStoryListChatCount"
chat_count: number

Approximate total number of chats with active stories in the list.

story_list: StoryList

The story list.