Struct discord::EditChannel [] [src]

pub struct EditChannel(_);

Patch content for the edit_channel call.

Methods

impl EditChannel
[src]

Edit the channel's name.

Edit the text channel's topic.

Edit the channel's position in the list.

Edit the voice channel's bitrate.

Edit the voice channel's user limit. Both None and Some(0) mean "unlimited".