You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| joined_at | ?ISO8601 timestamp | When the user joined the guild |
771
-
| premium_since? | ?ISO8601 timestamp | When the user starting [boosting](https://support.discord.com/hc/en-us/articles/360028038352) the guild |
772
-
| deaf? | boolean | Whether the user is deafened in voice channels |
773
-
| mute? | boolean | Whether the user is muted in voice channels |
774
-
| pending? | boolean | Whether the user has not yet passed the guild's [Membership Screening](/docs/resources/guild#membership-screening-object) requirements |
| joined_at | ?ISO8601 timestamp | When the user joined the guild |
771
+
| premium_since? | ?ISO8601 timestamp | When the user starting [boosting](https://support.discord.com/hc/en-us/articles/360028038352) the guild |
772
+
| deaf? | boolean | Whether the user is deafened in voice channels |
773
+
| mute? | boolean | Whether the user is muted in voice channels |
774
+
| pending? | boolean | Whether the user has not yet passed the guild's [Membership Screening](/docs/resources/guild#membership-screening-object) requirements |
775
775
| communication_disabled_until? | ?ISO8601 timestamp | When the user's [timeout](https://support.discord.com/hc/en-us/articles/4413305239191) will expire and the user will be able to communicate in the guild again, null or a time in the past if the user is not timed out |
776
-
| flags? | integer |[Guild member flags](/docs/resources/guild#guild-member-object-guild-member-flags) represented as a bit set, defaults to 0 |
777
-
| avatar_decoration_data? | ?[avatar decoration data](/docs/resources/user#avatar-decoration-data-object)| Data for the member's guild avatar decoration |
776
+
| flags? | integer |[Guild member flags](/docs/resources/guild#guild-member-object-guild-member-flags) represented as a bit set, defaults to 0 |
777
+
| avatar_decoration_data? | ?[avatar decoration data](/docs/resources/user#avatar-decoration-data-object)| Data for the member's guild avatar decoration |
Copy file name to clipboardExpand all lines: docs/resources/channel.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,13 +63,13 @@ Represents a guild or DM channel within Discord.
63
63
| DM | 1 | a direct message between users |
64
64
| GUILD_VOICE | 2 | a voice channel within a server |
65
65
| GROUP_DM | 3 | a direct message between multiple users |
66
-
| GUILD_CATEGORY | 4 | an [organizational category](https://support.discord.com/hc/en-us/articles/115001580171) that contains up to 50 channels |
66
+
| GUILD_CATEGORY | 4 | an [organizational category](https://support.discord.com/hc/en-us/articles/115001580171) that contains up to 50 channels |
67
67
| GUILD_ANNOUNCEMENT | 5 | a channel that [users can follow and crosspost into their own server](https://support.discord.com/hc/en-us/articles/360032008192) (formerly news channels) |
68
68
| ANNOUNCEMENT_THREAD | 10 | a temporary sub-channel within a GUILD_ANNOUNCEMENT channel |
69
69
| PUBLIC_THREAD | 11 | a temporary sub-channel within a GUILD_TEXT or GUILD_FORUM channel |
70
70
| PRIVATE_THREAD | 12 | a temporary sub-channel within a GUILD_TEXT channel that is only viewable by those invited and those with the MANAGE_THREADS permission |
71
71
| GUILD_STAGE_VOICE | 13 | a voice channel for [hosting events with an audience](https://support.discord.com/hc/en-us/articles/1500005513722)|
72
-
| GUILD_DIRECTORY | 14 | the channel in a [hub](https://support.discord.com/hc/en-us/articles/4406046651927) containing the listed servers |
72
+
| GUILD_DIRECTORY | 14 | the channel in a [hub](https://support.discord.com/hc/en-us/articles/4406046651927) containing the listed servers |
73
73
| GUILD_FORUM | 15 | Channel that can only contain threads |
74
74
| GUILD_MEDIA | 16 | Channel that can only contain threads, similar to `GUILD_FORUM` channels |
0 commit comments