Interface BotVerification

Describes verification status provided by a bot.

interface BotVerification {
    @type: "botVerification";
    bot_user_id: number;
    custom_description: FormattedText;
    icon_custom_emoji_id: string;
}

Properties

@type: "botVerification"
bot_user_id: number

Identifier of the bot that provided the verification.

custom_description: FormattedText

Custom description of verification reason set by the bot.

icon_custom_emoji_id: string

Identifier of the custom emoji that is used as the verification sign.