-
Notifications
You must be signed in to change notification settings - Fork 0
Invite
Dmitry edited this page Apr 13, 2024
·
1 revision
property | type |
---|---|
code |
string |
params |
array |
cache_ttl |
?int |
$invite = $api->invite->getInvite(code: 'code', params: []);
property | type |
---|---|
code |
string |
reason |
string |
cache_ttl |
?int |
$invite = $api->invite->deleteInvite(code: 'code', reason: 'reason');