pub fn send_message(
    sender: &str,
    sender_id: i32,
    content: &str,
    target: &str
) -> Vec<u8>
Expand description

#7: BANCHO_SEND_MESSAGE