BotVerification

class pyrogram.raw.base.BotVerification

Describes a bot verification icon ».

Constructors:

This base type has 1 constructor available.

BotVerification

Describes a bot verification icon ».

TL Schema

botVerification#f93cd45c
bot_id:long
icon:long
description:string

= BotVerification

Parameter Tree

BotVerification
├── bot_idlong
├── iconlong
└── descriptionstring

Example

BotVerification(
    bot_id=0,
    icon=0,
    description="text",
)