create_channel

Function create_channel 

Source
pub async fn create_channel(
    __arg0: Extension<Arc<App>>,
    __arg1: Extension<Auth>,
    __arg2: Json<PublicChannel>,
) -> Json<Response>