Link Search Menu Expand Document

Constructor: botVerifierSettings

Back to constructors index

Info about the current verifier bot ».

Attributes:

NameTypeRequiredDescription
can_modify_custom_descriptionBoolOptionalIndicates whether the bot is allowed to set a custom description field for individual verified peers, different from the custom_description provided here.
iconlongYesVerification icon
companystringYesThe name of the organization that provides the verification
custom_descriptionstringOptionalAn optional default description for the verification

Type: BotVerifierSettings

Example:

$botVerifierSettings = ['_' => 'botVerifierSettings', 'can_modify_custom_description' => Bool, 'icon' => long, 'company' => 'string', 'custom_description' => 'string'];