listInviteLinks method

void listInviteLinks()

Ask for the invitation links we have made.

Implementation

void listInviteLinks() {
  _alive();
  command({'type': 'list_invite_links'});
}