Update channel message api

This commit is contained in:
Aslan 2026-01-11 08:08:44 -05:00
parent 6e833d76b6
commit 81907b9057

View file

@ -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"
}
]