empty static method

DeleteChatReplyMarkup empty()
override

create DeleteChatReplyMarkup Empty

Implementation

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