Skip to main content

send_notice

Function send_notice 

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