inputInlineQueryResultVideo property

InputInlineQueryResultVideo? inputInlineQueryResultVideo

Represents a link to a page containing an embedded video player or a video file

Implementation

InputInlineQueryResultVideo? get inputInlineQueryResultVideo {
  if (this is InputInlineQueryResultVideo) {
    return this as InputInlineQueryResultVideo;
  }
  return null;
}