UpdateAttachmentMenuBots constructor
const
UpdateAttachmentMenuBots({
- required List<
AttachmentMenuBot> bots, - dynamic extra,
- int? clientId,
The list of bots added to attachment menu has changed
Implementation
const UpdateAttachmentMenuBots({
required this.bots,
this.extra,
this.clientId,
});