ManagedBot

class pyrogram.types.ManagedBot

Represents a managed bot created by a manager bot.

Parameters:
  • user_id (int) – Identifier of the manager user who owns this managed bot.

  • bot_id (int) – Identifier of the managed bot user.

  • bot (User, optional) – Full user object of the managed bot, if available.