Update Network.CMD_WHISPER

Wirlaburla 2023-10-08 17:36:51 -04:00
parent 808d292879
commit ca2680aee7

@ -12,8 +12,8 @@
| Name | Type | Required | Description |
| ---- | ---- | :------: | :---------- |
| Length | Byte | ✗ | |
| ObjID | [ObjectID](Network.ObjectID) | ✗ | The recipient. Long IDs only. |
| ObjID | [ObjectID](Network.ObjectID) | ✗ | The recipient. As of v24, only long IDs are used. |
| Type | Byte | ✗ | `0x11 (17)` |
| - | - | - | - |
| Sender | [ObjectID](Network.ObjectID) | ✗ | Always an empty long ID. |
| Sender | [ObjectID](Network.ObjectID) | ✗ | Was used for group chats before v24. Now it is always empty. |
| Text | String | ✗ | Message |