BotVerification
- class pyrogram.raw.types.BotVerification
Describes a bot verification icon ».
Constructor of
BotVerification.- Details:
Layer:
223ID:
F93CD45C
- Parameters:
bot_id (
int64-bit) – ID of the bot that verified this peericon (
int64-bit) – Verification icondescription (
str) – Verification description
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",
)