async fn send_notice( services: &Services, target: &UserId, event_type: Option<String>, state_key: Option<String>, content: Raw<RoomMessageEventContent>, ) -> Result<OwnedEventId>