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