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