Skip to main content

send_state_event_for_key_helper

Function send_state_event_for_key_helper 

Source
async fn send_state_event_for_key_helper(
    services: &Services,
    sender: &UserId,
    room_id: &RoomId,
    event_type: &StateEventType,
    json: &Raw<AnyStateEventContent>,
    state_key: &str,
    timestamp: Option<MilliSecondsSinceUnixEpoch>,
) -> Result<OwnedEventId>