empty static method

InlineQueryResultVideo empty()
override

create InlineQueryResultVideo Empty

Implementation

static InlineQueryResultVideo empty() {
  return InlineQueryResultVideo({});
}