InlineQueryResultCachedVoice constructor
InlineQueryResultCachedVoice({
- required String id,
- String type = InlineQueryResult.typeVoice,
- required String voiceFileId,
- required String title,
- String? parseMode,
- InlineKeyboardMarkup? replyMarkup,
- InputMessageContent? inputMessageContent,
Implementation
InlineQueryResultCachedVoice({
required this.id,
this.type = InlineQueryResult.typeVoice,
required this.voiceFileId,
required this.title,
this.caption,
this.parseMode,
this.captionEntities,
this.replyMarkup,
this.inputMessageContent,
});