UpdateAttachmentMenuBots constructor

const UpdateAttachmentMenuBots({
  1. required List<AttachmentMenuBot> bots,
  2. dynamic extra,
  3. int? clientId,
})

The list of bots added to attachment menu has changed

Implementation

const UpdateAttachmentMenuBots({
  required this.bots,
  this.extra,
  this.clientId,
});