Interface CanPostStory

Checks whether the current user can post a story on behalf of a chat; requires can_post_stories right for supergroup and channel chats. Request type for Tdjson#canPostStory.

interface CanPostStory {
    @type: "canPostStory";
    chat_id: number;
}

Properties

Properties

@type: "canPostStory"
chat_id: number

Chat identifier. Pass Saved Messages chat identifier when posting a story on behalf of the current user.