Update channel message api
This commit is contained in:
parent
6e833d76b6
commit
81907b9057
1 changed files with 1 additions and 1 deletions
|
|
@ -100,9 +100,9 @@ Returns messages for a channel with id = {id}
|
||||||
"messages": [
|
"messages": [
|
||||||
{
|
{
|
||||||
"id": "string",
|
"id": "string",
|
||||||
"ownerId": "string",
|
|
||||||
"text": "string",
|
"text": "string",
|
||||||
"edited": "boolean",
|
"edited": "boolean",
|
||||||
|
"ownerId": "string",
|
||||||
"creationDate": "number"
|
"creationDate": "number"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue