[−][src]Module twilight_http::request::guild
Re-exports
pub use self::create_guild::CreateGuild; |
pub use self::create_guild_channel::CreateGuildChannel; |
pub use self::create_guild_prune::CreateGuildPrune; |
pub use self::get_audit_log::GetAuditLog; |
pub use self::get_guild_prune_count::GetGuildPruneCount; |
pub use self::update_guild::UpdateGuild; |
Modules
| ban | |
| create_guild | |
| create_guild_channel | |
| create_guild_prune | |
| emoji | |
| get_audit_log | |
| get_guild_prune_count | |
| integration | |
| member | |
| role | |
| update_guild |
Structs
| DeleteGuild | Delete a guild permanently. The user must be the owner. |
| GetGuild | Get information about a guild. |
| GetGuildChannels | Get the channels in a guild. |
| GetGuildInvites | Get information about the invites of a guild. |
| GetGuildPreview | For public guilds, get the guild preview. |
| GetGuildVanityUrl | Get a guild's vanity url, if there is one. |
| GetGuildVoiceRegions | Get voice region data for the guild. |
| GetGuildWebhooks | Get the webhooks of a guild. |
| GetGuildWidget | Get the guild widget. |
| UpdateCurrentUserNick | Changes the user's nickname in a guild. |
| UpdateGuildChannelPositions | Modify the positions of the channels. |
| UpdateGuildWidget | Modify the guild widget. |