mirror of
https://github.com/anyproto/anytype-heart.git
synced 2025-06-10 18:10:49 +09:00
GO-4727 fix api naming
This commit is contained in:
parent
e1affbc5c2
commit
d2ee7ba8ef
5 changed files with 613 additions and 613 deletions
|
@ -29682,7 +29682,7 @@ Used to decode block meta only, without the content itself
|
|||
| Field | Type | Label | Description |
|
||||
| ----- | ---- | ----- | ----------- |
|
||||
| messages | [ChatState.UnreadState](#anytype-model-ChatState-UnreadState) | | unread messages |
|
||||
| replies | [ChatState.UnreadState](#anytype-model-ChatState-UnreadState) | | unread replies |
|
||||
| mentions | [ChatState.UnreadState](#anytype-model-ChatState-UnreadState) | | unread mentions |
|
||||
| dbState | [int64](#int64) | | reflects the state of the chat db at the moment of sending response/event that includes this state |
|
||||
|
||||
|
||||
|
@ -29698,8 +29698,8 @@ Used to decode block meta only, without the content itself
|
|||
|
||||
| Field | Type | Label | Description |
|
||||
| ----- | ---- | ----- | ----------- |
|
||||
| oldestOrderId | [string](#string) | | oldest message order id. Client should ALWAYS scroll through unread messages from the oldest to the newest |
|
||||
| unreadCounter | [int32](#int32) | | |
|
||||
| oldestOrderId | [string](#string) | | oldest(in the lex sorting) unread message order id. Client should ALWAYS scroll through unread messages from the oldest to the newest |
|
||||
| counter | [int32](#int32) | | total number of unread messages |
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue