From 6e833d76b6f5999f6f8fa8a5e55d9d951ea748b45975a18ba33236e287b7a395 Mon Sep 17 00:00:00 2001 From: aslan Date: Sun, 11 Jan 2026 08:03:33 -0500 Subject: [PATCH] Message ownerId --- 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 1e1556a..030ee99 100644 --- a/docs/api/channel.md +++ b/docs/api/channel.md @@ -100,7 +100,7 @@ Returns messages for a channel with id = {id} "messages": [ { "id": "string", - "userId": "string", + "ownerId": "string", "text": "string", "edited": "boolean", "creationDate": "number"