export type ChatStatus = "recording" | "reading" | "offline" | "typing" | "online";