diff --git a/Network.CMD_WHISPER.md b/Network.CMD_WHISPER.md index 3f73ed4..decd29f 100644 --- a/Network.CMD_WHISPER.md +++ b/Network.CMD_WHISPER.md @@ -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 | \ No newline at end of file