InlineQueryResultVideo constructor
const
InlineQueryResultVideo({})
Represents a video
Implementation
const InlineQueryResultVideo({
required this.id,
required this.video,
required this.title,
required this.description,
});