From d2a3f0ee4c3023660f34f25ee57e55705d048d04 Mon Sep 17 00:00:00 2001 From: Jazz Turner-Baggs <473256+jazzz@users.noreply.github.com> Date: Mon, 30 Mar 2026 10:59:37 -0700 Subject: [PATCH] Update informational/chatdefs.md --- informational/chatdefs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/informational/chatdefs.md b/informational/chatdefs.md index 3edb7ba..33ee099 100644 --- a/informational/chatdefs.md +++ b/informational/chatdefs.md @@ -58,7 +58,7 @@ The term "message" often has multiple meanings depending on context. The followi Other specific message types include: -**Content Type**: The structured format of content. These data structures represent specific encodings of Text, Image, Audio data. +**Content Type**: A definition of the structure and encoding of a Content instance, interpreted solely by the Application. **Delivery Acknowledgement**: A notification from a receiving client to sender that their message was successfully received. While similar to a read-receipt, delivery acknowledgements differ in that the acknowledgement originates based on the client, where read-receipts are fired when they are displayed to a user.