Interface GetChatsToPostStories

Returns supergroup and channel chats in which the current user has the right to post stories. The chats must be rechecked with canPostStory before actually trying to post a story there. Request type for Tdjson#getChatsToPostStories.

interface GetChatsToPostStories {
    @type: "getChatsToPostStories";
}

Properties

Properties

@type: "getChatsToPostStories"