teleproto - v1.229.0
    Preparing search index...

    Interface BotsSetCustomVerificationParams

    interface BotsSetCustomVerificationParams {
        bot?: EntityLike;
        customDescription?: string;
        enabled?: boolean;
        peer: EntityLike;
    }
    Index
    bot?: EntityLike

    Must not be set if invoked by a bot, must be set to the ID of an owned bot if invoked by a user.

    customDescription?: string

    Custom description for the verification, the UTF-8 length limit for this field is contained in bot_verification_description_length_limit » . If not set, Was verified by organization "organization_name" will be used as description.

    enabled?: boolean

    If set, adds the verification; otherwise removes verification.

    peer: EntityLike

    The peer to verify