Skip to content
Dmitry edited this page Apr 13, 2024 · 1 revision

Get Invite

Properties

property type
code string
params array
cache_ttl ?int

How to use

$invite = $api->invite->getInvite(code: 'code', params: []);

Delete Invite

Properties

property type
code string
reason string
cache_ttl ?int

How to use

$invite = $api->invite->deleteInvite(code: 'code', reason: 'reason');
Clone this wiki locally