AudioAttachment constructor
const
AudioAttachment({
- required MediaPayload payload,
Implementation
const AudioAttachment({required this.payload}) : super(type: 'audio');
const AudioAttachment({required this.payload}) : super(type: 'audio');