ImageAttachmentRequest constructor

const ImageAttachmentRequest({
  1. String? token,
  2. String? url,
  3. Map<String, Map<String, String>>? photos,
})

Implementation

const ImageAttachmentRequest({
  this.token,
  this.url,
  this.photos,
}) : super(type: 'image');