empty static method

MessageInteractionInfo empty()
override

create MessageInteractionInfo Empty

Implementation

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