feat(chats): add per-user chat archive support
This commit is contained in:
@@ -12,6 +12,7 @@ export interface Chat {
|
||||
description?: string | null;
|
||||
is_public?: boolean;
|
||||
is_saved?: boolean;
|
||||
archived?: boolean;
|
||||
unread_count?: number;
|
||||
pinned_message_id?: number | null;
|
||||
members_count?: number | null;
|
||||
|
||||
Reference in New Issue
Block a user