InputInlineQueryResultAudio constructor
const
InputInlineQueryResultAudio({
- required String id,
- required String title,
- required String performer,
- required String audioUrl,
- required int audioDuration,
- ReplyMarkup? replyMarkup,
- required InputMessageContent inputMessageContent,
Represents a link to an MP3 audio file
Implementation
const InputInlineQueryResultAudio({
required this.id,
required this.title,
required this.performer,
required this.audioUrl,
required this.audioDuration,
this.replyMarkup,
required this.inputMessageContent,
});