UpdateManagedBot

class pyrogram.raw.types.UpdateManagedBot

Telegram API type.

Constructor of Update.

Details:
  • Layer: 224

  • ID: 4880ED9A

Parameters:
  • user_id (int 64-bit) – N/A

  • bot_id (int 64-bit) – N/A

  • qts (int 32-bit) – N/A

TL Schema

updateManagedBot#4880ed9a
user_id:long
bot_id:long
qts:int

= Update

Parameter Tree

UpdateManagedBot
├── user_idlong
├── bot_idlong
└── qtsint

Example

UpdateManagedBot(
    user_id=0,
    bot_id=0,
    qts=0,
)