Skip to content

Commit

Permalink
document max_video_channel_users on Guild (#1512)
Browse files Browse the repository at this point in the history
* document max_video_channel_users

* Update Guild.md
  • Loading branch information
Khaaz authored May 11, 2020
1 parent 3c59839 commit 451db07
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/resources/Guild.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,11 @@ Guilds in Discord represent an isolated collection of users and channels, and ar
| premium_subscription_count? | integer | the number of boosts this server currently has |
| preferred_locale | string | the preferred locale of a "PUBLIC" guild used in server discovery and notices from Discord; defaults to "en-US" |
| public_updates_channel_id | ?snowflake | the id of the channel where admins and moderators of "PUBLIC" guilds receive notices from Discord |
| max_video_channel_users? | integer | the maximum amount of users in a video channel |
| approximate_member_count? | integer | approximate number of members in this guild, returned from the `GET /guild/<id>` endpoint when `with_counts` is `true` |
| approximate_presence_count? | integer | approximate number of online members in this guild, returned from the `GET /guild/<id>` endpoint when `with_counts` is `true` |


** \* These fields are only sent within the [GUILD_CREATE](#DOCS_TOPICS_GATEWAY/guild-create) event **

###### Default Message Notification Level
Expand Down

0 comments on commit 451db07

Please sign in to comment.