Interface ReportStory

Reports a story to the Telegram moderators. Request type for Tdjson#reportStory.

interface ReportStory {
    @type: "reportStory";
    option_id: string;
    story_id: number;
    story_sender_chat_id: number;
    text: string;
}

Properties

@type: "reportStory"
option_id: string

Option identifier chosen by the user; leave empty for the initial request.

story_id: number

The identifier of the story to report.

story_sender_chat_id: number

The identifier of the sender of the story to report.

text: string

Additional report details; 0-1024 characters; leave empty for the initial request.