UpdateManagedBot
- class pyrogram.raw.types.UpdateManagedBot
Telegram API type.
Constructor of
Update.- Details:
Layer:
224ID:
4880ED9A
- Parameters:
user_id (
int64-bit) – N/Abot_id (
int64-bit) – N/Aqts (
int32-bit) – N/A
TL Schema
updateManagedBot#4880ed9a
user_id:long
bot_id:long
qts:int
= Update
Parameter Tree
UpdateManagedBot
├── user_id →
long├── bot_id →
long└── qts →
intExample
UpdateManagedBot(
user_id=0,
bot_id=0,
qts=0,
)