inputInlineQueryResultAudio property
Represents a link to an MP3 audio file
Implementation
InputInlineQueryResultAudio? get inputInlineQueryResultAudio {
if (this is InputInlineQueryResultAudio) {
return this as InputInlineQueryResultAudio;
}
return null;
}