GetAttachmentMenuBot constructor

const GetAttachmentMenuBot({
  1. required int botUserId,
})

Returns information about a bot that can be added to attachment menu

Implementation

const GetAttachmentMenuBot({
  required this.botUserId,
});