Interface BotVerificationParameters

Describes parameters of verification that is provided by a bot.

interface BotVerificationParameters {
    @type: "botVerificationParameters";
    can_set_custom_description?: boolean;
    default_custom_description: FormattedText;
    icon_custom_emoji_id: string;
    organization_name: string;
}

Properties

@type: "botVerificationParameters"
can_set_custom_description?: boolean

True, if the bot is allowed to provide custom description for verified entities.

default_custom_description: FormattedText

Default custom description of verification reason to be used as placeholder in setMessageSenderBotVerification; may be null if none.

icon_custom_emoji_id: string

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

organization_name: string

Name of the organization that provides verification.