Interface DeleteBusinessStory

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

interface DeleteBusinessStory {
    @type: "deleteBusinessStory";
    business_connection_id: string;
    story_id: number;
}

Properties

@type: "deleteBusinessStory"
business_connection_id: string

Unique identifier of business connection.

story_id: number

Identifier of the story to delete.