inlineQueryResultVoiceNote property
Represents a voice note
Implementation
InlineQueryResultVoiceNote? get inlineQueryResultVoiceNote {
if (this is InlineQueryResultVoiceNote) {
return this as InlineQueryResultVoiceNote;
}
return null;
}
Represents a voice note
InlineQueryResultVoiceNote? get inlineQueryResultVoiceNote {
if (this is InlineQueryResultVoiceNote) {
return this as InlineQueryResultVoiceNote;
}
return null;
}