InlineQueryResultVoiceNote constructor
const
InlineQueryResultVoiceNote({})
Represents a voice note
Implementation
const InlineQueryResultVoiceNote({
required this.id,
required this.voiceNote,
required this.title,
});