Layer 227
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

Gogram Example

// Creating AttachMenuBotsBotObj constructor
obj := &tg.AttachMenuBotsBotObj{
    Bot: &tg.AttachMenuBot{},
    Users: &tg.VectorUser{},
}