MessageActionManagedBotCreated

class pyrogram.raw.types.MessageActionManagedBotCreated

Telegram API type.

Constructor of MessageAction.

Details:
  • Layer: 224

  • ID: 16605E3E

Parameters:

bot_id (int 64-bit) – N/A

TL Schema

messageActionManagedBotCreated#16605e3e
bot_id:long

= MessageAction

Parameter Tree

MessageActionManagedBotCreated
└── bot_idlong

Example

MessageActionManagedBotCreated(
    bot_id=0,
)