UpdateManagedBot#

class pyrogram.raw.types.UpdateManagedBot#

Manager bots only: a bot managed by the currently logged in bot was created or updated.

Constructor of Update.

Details:
  • Layer: 227

  • ID: 4880ED9A

Parameters:
  • user_id (int 64-bit) – The ID of the user that owns of the newly created or edited managed bot.

  • bot_id (int 64-bit) – The ID of the managed bot.

  • qts (int 32-bit) – New qts value, see updates » for more info.