1
0
Fork 0
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:
Roman Khafizianov 2025-01-30 12:40:08 +01:00
parent e1affbc5c2
commit d2ee7ba8ef
No known key found for this signature in database
GPG key ID: F07A7D55A2684852
5 changed files with 613 additions and 613 deletions

View file

@ -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 |