InlineQueryResultCachedVideo constructor
InlineQueryResultCachedVideo({
- required String id,
- String type = InlineQueryResult.typeVideo,
- required String videoFileId,
- required String title,
- String? description,
- String? parseMode,
- InlineKeyboardMarkup? replyMarkup,
- InputMessageContent? inputMessageContent,
Implementation
InlineQueryResultCachedVideo({
required this.id,
this.type = InlineQueryResult.typeVideo,
required this.videoFileId,
required this.title,
this.description,
this.caption,
this.parseMode,
this.captionEntities,
this.replyMarkup,
this.inputMessageContent,
});