Layer 220
AttachMenuBotsBot
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 AttachMenuBotsBot constructor obj := &tg.AttachMenuBotsBot{ Bot: &tg.AttachMenuBot{}, Users: []tg.User{&tg.User{}}, }