listInviteLinks method
Ask for the invitation links we have made.
Implementation
void listInviteLinks() {
_alive();
command({'type': 'list_invite_links'});
}
Ask for the invitation links we have made.
void listInviteLinks() {
_alive();
command({'type': 'list_invite_links'});
}