Layer 227
AttachMenuBotsBotObj
Represents a bot mini app that can be launched from the attachment menu
constructor
attachMenuBotsBot#93bf667f bot:AttachMenuBot users:Vector<User> = AttachMenuBotsBot;
Parameters
| Name | Type | Description |
|---|---|---|
| Bot | AttachMenuBot | Represents a bot mini app that can be launched from the attachment menu |
| Users | Vector < User > | Info about related users and bots |
Returns
AttachMenuBotsBotGogram Example
// Creating AttachMenuBotsBotObj constructor obj := &tg.AttachMenuBotsBotObj{ Bot: &tg.AttachMenuBot{}, Users: &tg.VectorUser{}, }