menu
max_bot_api package
documentation
types.dart
ImageAttachmentRequest
ImageAttachmentRequest.new const constructor
ImageAttachmentRequest.new const constructor
dark_mode
light_mode
ImageAttachmentRequest
constructor
const
ImageAttachmentRequest
(
{
String
?
token
,
String
?
url
,
Map
<
String
,
Map
<
String
,
String
>
>
?
photos
,
})
Implementation
const ImageAttachmentRequest({ this.token, this.url, this.photos, }) : super(type: 'image');
max_bot_api package
documentation
types
ImageAttachmentRequest
ImageAttachmentRequest.new const constructor
ImageAttachmentRequest class