Function veloren_server_cli::web::ui::api::send_global_msg

source ยท
async fn send_global_msg(
    __arg0: State<Sender<(Message, Sender<MessageReturn>)>>,
    __arg1: Json<SendWorldMsgBody>,
) -> Result<impl IntoResponse, StatusCode>