Interface CanSendStory

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

interface CanSendStory {
    @type: "canSendStory";
    chat_id: number;
}

Properties

Properties

@type: "canSendStory"
chat_id: number

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