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

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.