Message 0x62
Pages
| Type | Description | Offset |
| uint32_t | type | 0 |
| uint16_t | from (userid) | 4 |
| uint16_t | to (userid) | 6 |
| uint32_t | errorid | 8 |
For sending pages, same structure is used but errorid is (obviously) left as 0.
Error IDs and their corresponding messages:
| ID | Error |
| 1 | User does not exist. |
| 2 | User is not accepting pages. |
| 3 | Users current channel does not allow for paging. |
| 4 | Insufficient access rights. |
