AudioAttachmentRequest constructor

const AudioAttachmentRequest({
  1. String? token,
})

Implementation

const AudioAttachmentRequest({this.token}) : super(type: 'audio');