Interface GetChatActiveStories

Returns the list of active stories posted by the given chat. Request type for Tdjson#getChatActiveStories.

interface GetChatActiveStories {
    @type: "getChatActiveStories";
    chat_id: number;
}

Properties

Properties

@type: "getChatActiveStories"
chat_id: number

Chat identifier.