MessageActionManagedBotCreated
- class pyrogram.raw.types.MessageActionManagedBotCreated
Telegram API type.
Constructor of
MessageAction.- Details:
Layer:
224ID:
16605E3E
- Parameters:
bot_id (
int64-bit) – N/A
TL Schema
messageActionManagedBotCreated#16605e3e
bot_id:long
= MessageAction
Parameter Tree
MessageActionManagedBotCreated
└── bot_id →
longExample
MessageActionManagedBotCreated(
bot_id=0,
)