Interface UpdateChatActiveStories

The list of active stories posted by a specific chat has changed. Subtype of Update.

interface UpdateChatActiveStories {
    @type: "updateChatActiveStories";
    active_stories: ChatActiveStories;
}

Properties

@type: "updateChatActiveStories"
active_stories: ChatActiveStories

The new list of active stories.