Contacts are managed by the websocket.
| Key | Type | Description |
|---|---|---|
uid | string | Unique identifier of the contact (example: the column "id" in your database) (1-32 characters) |
displayName | number | Display name of the contact (1-64 characters) |
number | string | Phone number (1-32 characters) |
| Key | Type | Description |
|---|---|---|
displayName | string | Display name of the contact |
number | string | Phone number of the contact |
| Key | Type | Description |
|---|---|---|
player-not-found | string | Player does not exist in your database |
contact-not-found | string | Contact does not exist in your database |
contact-already-exist | string | Contact already exist for the given custom_id |
unknown | string | Default unknown error |
Incoming events
Outgoing events
Powered by Doctave