feat(chats): add per-user pinned chats and pinned sorting
This commit is contained in:
@@ -18,6 +18,7 @@ class ChatRead(BaseModel):
|
||||
is_public: bool = False
|
||||
is_saved: bool = False
|
||||
archived: bool = False
|
||||
pinned: bool = False
|
||||
unread_count: int = 0
|
||||
pinned_message_id: int | None = None
|
||||
members_count: int | None = None
|
||||
|
||||
Reference in New Issue
Block a user