InlineQueryResultCachedVideo constructor
const
InlineQueryResultCachedVideo({
- required String videoFileId,
- required String title,
- required String id,
- String? description,
- ParseMode? parseMode,
- InlineKeyboardMarkup? replyMarkup,
- InputMessageContent? inputMessageContent,
- bool? showCaptionAboveMedia,
Constructs an InlineQueryResultCachedVideo object
Implementation
const InlineQueryResultCachedVideo({
required this.videoFileId,
required this.title,
required this.id,
this.description,
this.caption,
this.parseMode,
this.captionEntities,
this.replyMarkup,
this.inputMessageContent,
this.showCaptionAboveMedia,
});