Raw.AttachMenuBots
Represents a list of bot mini apps that can be launched from the attachment menu
attachMenuBots#3c4301c0 hash:long bots:Vector<AttachMenuBot> users:Vector<User> = AttachMenuBots;
export namespace Raw {
export class AttachMenuBots {
constructor(params: {
hash: bigint;
bots: Array<Raw.TypeAttachMenuBot>;
users: Array<Raw.TypeUser>;
}) {}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0x3c4301c0
Property
hash
: bigintHash used for caching, for more info click here
bots
: Array of Raw.TypeAttachMenuBotList of bot mini apps that can be launched from the attachment menu
users
: Array of Raw.TypeUserInfo about related users/bots