export interface IRoomEvent { type: string; sender: string; event_id: string; room_id: string; state_key?: string; origin_server_ts: number; content: Record; unsigned: Record; sticky?: { duration_ms: number; }; msc4354_sticky?: { duration_ms: number; }; }