menu
max_bot_api package
documentation
types.dart
ShareAttachmentRequest
ShareAttachmentRequest.new const constructor
ShareAttachmentRequest.new const constructor
dark_mode
light_mode
ShareAttachmentRequest
constructor
const
ShareAttachmentRequest
(
{
String
?
url
,
String
?
token
,
})
Implementation
const ShareAttachmentRequest({ this.url, this.token, }) : super(type: 'share');
max_bot_api package
documentation
types
ShareAttachmentRequest
ShareAttachmentRequest.new const constructor
ShareAttachmentRequest class