InlineQueryResultVideo constructor
const
InlineQueryResultVideo({
- required String videoUrl,
- required String mimeType,
- required String thumbnailUrl,
- required String title,
- required String id,
- ParseMode? parseMode,
- int? videoWidth,
- int? videoHeight,
- int? videoDuration,
- String? description,
- InlineKeyboardMarkup? replyMarkup,
- InputMessageContent? inputMessageContent,
- bool? showCaptionAboveMedia,
Constructs an InlineQueryResultVideo object
Implementation
const InlineQueryResultVideo({
required this.videoUrl,
required this.mimeType,
required this.thumbnailUrl,
required this.title,
required this.id,
this.caption,
this.parseMode,
this.captionEntities,
this.videoWidth,
this.videoHeight,
this.videoDuration,
this.description,
this.replyMarkup,
this.inputMessageContent,
this.showCaptionAboveMedia,
});