From ca2680aee74ba890e0e1b195910b75197426abe1 Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Sun, 8 Oct 2023 17:36:51 -0400 Subject: [PATCH] Update Network.CMD_WHISPER --- Network.CMD_WHISPER.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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