Skip to content

Commit

Permalink
Add max_video_channel_users to guilds.
Browse files Browse the repository at this point in the history
discord/discord-api-docs#1512

Signed-off-by: Valdemar Erk <valdemar@erk.io>
  • Loading branch information
Erk- committed May 27, 2020
1 parent f58fd51 commit d8f0785
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions model/src/guild/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ pub struct Guild {
pub vanity_url_code: Option<String>,
pub widget_channel_id: Option<ChannelId>,
pub widget_enabled: Option<bool>,
pub max_video_channel_users: Option<u64>,
pub approximate_member_count: Option<u64>,
pub approximate_presence_count: Option<u64>,
}

0 comments on commit d8f0785

Please sign in to comment.