UpdateAttachmentMenuBots constructor
UpdateAttachmentMenuBots({
- String? extra,
- int? client_id,
- vector<
AttachmentMenuBot> ? bots,
Implementation
UpdateAttachmentMenuBots({
super.extra,
super.client_id,
this.bots,
});