Constructor: botVerifierSettings
Info about the current verifier bot ».
Attributes:
Name | Type | Required | Description |
---|---|---|---|
can_modify_custom_description | Bool | Optional | Indicates whether the bot is allowed to set a custom description field for individual verified peers, different from the custom_description provided here. |
icon | long | Yes | Verification icon |
company | string | Yes | The name of the organization that provides the verification |
custom_description | string | Optional | An optional default description for the verification |
Type: BotVerifierSettings
Example:
$botVerifierSettings = ['_' => 'botVerifierSettings', 'can_modify_custom_description' => Bool, 'icon' => long, 'company' => 'string', 'custom_description' => 'string'];