inputInlineQueryResultVoiceNote property
Represents a link to an opus-encoded audio file within an OGG container, single channel audio
Implementation
InputInlineQueryResultVoiceNote? get inputInlineQueryResultVoiceNote {
if (this is InputInlineQueryResultVoiceNote) {
return this as InputInlineQueryResultVoiceNote;
}
return null;
}