export interface GetChatsByPageQuery { from: number; to: number; includeDeleted?: boolean; }