InputMediaAudio constructor
const
InputMediaAudio({})
Constructs an InputMediaAudio object
Implementation
const InputMediaAudio({
required super.media,
this.thumbnail,
this.caption,
this.parseMode,
this.captionEntities,
this.duration,
this.performer,
this.title,
});