Layer 224
MessageActionManagedBotCreated
constructor
messageActionManagedBotCreated#16605e3e bot_id:long = MessageAction;
Parameters
| Name | Type | Description |
|---|---|---|
| BotId | long |
Returns
MessageActionGogram Example
// Creating MessageActionManagedBotCreated constructor obj := &tg.MessageActionManagedBotCreated{ BotId: int64(1234567890), }