empty static method

BotCommand empty()
override

create BotCommand Empty

Implementation

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