Interface ReportOption

Describes an option to report an entity to Telegram.

interface ReportOption {
    @type: "reportOption";
    id: string;
    text: string;
}

Properties

Properties

@type: "reportOption"
id: string

Unique identifier of the option.

text: string

Text of the option.