Interface EditBusinessStory

Changes a story posted by the bot on behalf of a business account; for bots only. Request type for Tdjson#editBusinessStory.

interface EditBusinessStory {
    @type: "editBusinessStory";
    areas: InputStoryAreas;
    caption: FormattedText;
    content: InputStoryContent;
    privacy_settings: StoryPrivacySettings;
    story_id: number;
    story_poster_chat_id: number;
}

Properties

@type: "editBusinessStory"

New clickable rectangle areas to be shown on the story media.

caption: FormattedText

New story caption.

New content of the story.

privacy_settings: StoryPrivacySettings

The new privacy settings for the story.

story_id: number

Identifier of the story to edit.

story_poster_chat_id: number

Identifier of the chat that posted the story.