From 81907b905774eba837af165ee76b816f19bf6c9d320526577ae888a23da902fc Mon Sep 17 00:00:00 2001 From: aslan Date: Sun, 11 Jan 2026 08:08:44 -0500 Subject: [PATCH] Update channel message api --- docs/api/channel.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/channel.md b/docs/api/channel.md index 030ee99..33dc321 100644 --- a/docs/api/channel.md +++ b/docs/api/channel.md @@ -100,9 +100,9 @@ Returns messages for a channel with id = {id} "messages": [ { "id": "string", - "ownerId": "string", "text": "string", "edited": "boolean", + "ownerId": "string", "creationDate": "number" } ]