empty static method

InlineQueryResultPhoto empty()
override

create InlineQueryResultPhoto Empty

Implementation

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