BotVerification
- class pyrogram.raw.base.BotVerification
Describes a bot verification icon ».
- Constructors:
This base type has 1 constructor available.
Describes a bot verification icon ».
TL Schema
botVerification#f93cd45c
bot_id:long
icon:long
description:string
= BotVerification
Parameter Tree
BotVerification
├── bot_id →
long├── icon →
long└── description →
stringExample
BotVerification(
bot_id=0,
icon=0,
description="text",
)