empty static method

InlineQueryResultGame empty()
override

create InlineQueryResultGame Empty

Implementation

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