Skip to content

BotVerificationParameters

Type · TDLib 1.8.67 · d1085f9c

Describes parameters of verification that is provided by a bot

BotVerificationParameters(
  icon_custom_emoji_id: int64,
  organization_name: string,
  default_custom_description: FormattedText,
  can_set_custom_description: Bool
) → BotVerificationParameters

icon_custom_emoji_id

int64

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

organization_name

string

Name of the organization that provides verification

default_custom_description

FormattedText

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

can_set_custom_description

Bool

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