InputInlineQueryResultVideo constructor
InputInlineQueryResultVideo({})
Implementation
InputInlineQueryResultVideo({
super.extra,
super.client_id,
this.id,
this.title,
this.description,
this.thumbnail_url,
this.video_url,
this.mime_type,
this.video_width,
this.video_height,
this.video_duration,
this.reply_markup,
this.input_message_content,
});