Chan & thread unread fixes

This commit is contained in:
Denis Arh
2019-06-25 08:45:22 +02:00
parent 95758fb689
commit bb447ee795
19 changed files with 287 additions and 71 deletions
+2 -2
View File
@@ -363,9 +363,9 @@ A channel is a representation of a sequence of messages. It has meta data like c
| Parameter | Type | Method | Description | Default | Required? |
| --------- | ---- | ------ | ----------- | ------- | --------- |
| threadID | uint64 | GET | ID of thread (messageID) | N/A | NO |
| lastReadMessageID | uint64 | GET | ID of the last read message | N/A | NO |
| channelID | uint64 | PATH | Channel ID | N/A | YES |
| threadID | uint64 | POST | ID of thread (messageID) | N/A | NO |
| lastReadMessageID | uint64 | POST | ID of the last read message | N/A | NO |
## Edit existing message