Interface GetChatStoryAlbums

Returns the list of story albums owned by the given chat. Request type for Tdjson#getChatStoryAlbums.

interface GetChatStoryAlbums {
    @type: "getChatStoryAlbums";
    chat_id: number;
}

Properties

Properties

@type: "getChatStoryAlbums"
chat_id: number

Chat identifier.