Interface SetChatActiveStoriesList

Changes story list in which stories from the chat are shown. Request type for Tdjson#setChatActiveStoriesList.

interface SetChatActiveStoriesList {
    @type: "setChatActiveStoriesList";
    chat_id: number;
    story_list: StoryList;
}

Properties

@type: "setChatActiveStoriesList"
chat_id: number

Identifier of the chat that posted stories.

story_list: StoryList

New list for active stories posted by the chat.