menu
td_json_client package
documentation
td_api.dart
InlineQueryResultVoiceNote
InlineQueryResultVoiceNote.new constructor
InlineQueryResultVoiceNote.new constructor
dark_mode
light_mode
InlineQueryResultVoiceNote
constructor
InlineQueryResultVoiceNote
(
{
String
?
extra
,
int
?
client_id
,
string
?
id
,
VoiceNote
?
voice_note
,
string
?
title
,
})
Implementation
InlineQueryResultVoiceNote({ super.extra, super.client_id, this.id, this.voice_note, this.title, });
td_json_client package
documentation
td_api
InlineQueryResultVoiceNote
InlineQueryResultVoiceNote.new constructor
InlineQueryResultVoiceNote class