InputMessageAudio constructor

InputMessageAudio({
  1. String? extra,
  2. int? client_id,
  3. InputFile? audio,
  4. InputThumbnail? album_cover_thumbnail,
  5. int32? duration,
  6. string? title,
  7. string? performer,
  8. FormattedText? caption,
})

Implementation

InputMessageAudio({
  super.extra,
  super.client_id,
  this.audio,
  this.album_cover_thumbnail,
  this.duration,
  this.title,
  this.performer,
  this.caption,
});