[][src]Function serenity::http::raw::create_channel

pub fn create_channel(guild_id: u64, map: &Value) -> Result<GuildChannel>

Creates a GuildChannel in the Guild given its Id.

Refer to the Discord's docs for information on what fields this requires.

Note: Requires the Manage Channels permission.