Layer 227
MessageActionManagedBotCreated
Service message sent by a user to a manager bot when a new managed bot is created through it, by invoking messages. send Bot Requested Peer with a request Peer Type Create Bot, see here for more info.
constructor
messageActionManagedBotCreated#16605e3e bot_id:long = MessageAction;
Parameters
| Name | Type | Description |
|---|---|---|
| BotId | long | ID of the newly created managed bot |
Returns
MessageActionGogram Example
// Creating MessageActionManagedBotCreated constructor obj := &tg.MessageActionManagedBotCreated{ BotId: int64(1234567890), }