Interface GetChatsToSendStories

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

interface GetChatsToSendStories {
    @type: "getChatsToSendStories";
}

Properties

Properties

@type: "getChatsToSendStories"