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