InlineQueryResultVideo constructor
InlineQueryResultVideo({
- required String id,
- String type = InlineQueryResult.typeVideo,
- required String videoUrl,
- required String mimeType,
- required String thumbnailUrl,
- required String title,
- String? parseMode,
- int? videoWidth,
- int? videoHeight,
- int? videoDuration,
- String? description,
- InlineKeyboardMarkup? replyMarkup,
- InputMessageContent? inputMessageContent,
Implementation
InlineQueryResultVideo({
required this.id,
this.type = InlineQueryResult.typeVideo,
required this.videoUrl,
required this.mimeType,
required this.thumbnailUrl,
required this.title,
this.caption,
this.parseMode,
this.videoWidth,
this.videoHeight,
this.videoDuration,
this.description,
this.captionEntities,
this.replyMarkup,
this.inputMessageContent,
});