Skip to content

Commit fd4af5c

Browse files
insaccshaydewaelRapptzvaldotle
committed
Introduce the GUILD_MEDIA channel type (discord#6232)
* Add docs about GUILD_MEDIA channel type * Add more information about media channels * Create a changelog for the `GUILD_MEDIA` channel type * Update docs/resources/Channel.md Co-authored-by: Danny <1695103+Rapptz@users.noreply.github.com> * Update the change log Co-authored-by: shay <swdewael@gmail.com> * Update the wording on the change log Co-authored-by: shay <swdewael@gmail.com> * Update more wording on the change log Co-authored-by: shay <swdewael@gmail.com> * Move info to the intro Co-authored-by: shay <swdewael@gmail.com> * Remove the moved info Co-authored-by: shay <swdewael@gmail.com> * Replace slash with `and` Co-authored-by: shay <swdewael@gmail.com> * Update the beta state Co-authored-by: shay <swdewael@gmail.com> * Fix more wording Co-authored-by: shay <swdewael@gmail.com> * Address more pr comments * Address more pr comments * Fix broken links * Fix typo Co-authored-by: Valle <bluetiger.bahnfan@gmail.com> * Address more pr comments --------- Co-authored-by: shay <swdewael@gmail.com> Co-authored-by: Danny <1695103+Rapptz@users.noreply.github.com> Co-authored-by: Valle <bluetiger.bahnfan@gmail.com>
1 parent f82d36b commit fd4af5c

File tree

5 files changed

+78
-58
lines changed

5 files changed

+78
-58
lines changed

docs/Change_Log.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## New `GUILD_MEDIA` channel type
4+
5+
#### June 15, 2023
6+
7+
- Add the [`GUILD_MEDIA` (16) channel type](#DOCS_RESOURCES_CHANNEL/channel-object-channel-types). `GUILD_MEDIA` channels only support threads, similar to `GUILD_FORUM` channels.
8+
9+
Read the [media channel topic](#DOCS_TOPICS_THREADS/media-channels) for more information on the relevant APIs and technical details, or the [media channel Help Center Article](https://creator-support.discord.com/hc/en-us/articles/14346342766743) for more about the feature.
10+
311
## Add Join Raid and Mention Raid fields
412

513
#### May 05, 2023
@@ -19,7 +27,7 @@ Discord’s username system is changing. Discriminators are being removed and ne
1927
This changelog focuses only on the technical changes to be aware of to update your app's code.
2028

2129
### Identifying migrated users
22-
30+
2331
The new username system will rollout to users over time rather than all at once. The value of a single zero (`"0"`) in the [`discriminator` field](#DOCS_RESOURCES_USER/user-object-user-structure) on a user will indicate that the user has been migrated to the new username system. Note that the discriminator for migrated users will *not* be 4-digits like a standard discriminator (it is `"0"`, not `"0000"`). The value of the `username` field will become the migrated user's unique username.
2432

2533
After migration of all users is complete, the `discriminator` field may be removed.
@@ -152,7 +160,7 @@ Introducing [linked roles](https://discord.com/blog/connected-accounts-functiona
152160
> danger
153161
> This entry includes breaking changes
154162
155-
Based on feedback, we’re updating permissions for [application commands](#DOCS_INTERACTIONS_APPLICATION_COMMANDS) to simplify permission management and to make command permissions more closely resemble other permissions systems in Discord.
163+
Based on feedback, we’re updating permissions for [application commands](#DOCS_INTERACTIONS_APPLICATION_COMMANDS) to simplify permission management and to make command permissions more closely resemble other permissions systems in Discord.
156164

157165
Server admins can begin to opt-in to the command permission changes outlined here on a per-server basis **starting on December 16, 2022**. However, changes will not be applied to all servers **until late January or early February**.
158166

@@ -492,7 +500,7 @@ In API v10, the `MESSAGE_CONTENT` (`1 << 15`) intent is now required to receive
492500

493501
#### Jun 17, 2022
494502

495-
The `$` prefix in [identify connection properties](#DOCS_TOPICS_GATEWAY_EVENTS/identify-identify-connection-properties) are deprecated. The new field names are `os`, `browser`, and `device`. When passed, the `$`-prefixed names will resolve to the new ones.
503+
The `$` prefix in [identify connection properties](#DOCS_TOPICS_GATEWAY_EVENTS/identify-identify-connection-properties) are deprecated. The new field names are `os`, `browser`, and `device`. When passed, the `$`-prefixed names will resolve to the new ones.
496504

497505
In API v11, support for the previous field names (`$os`, `$browser`, and `$device`) will be removed.
498506

0 commit comments

Comments
 (0)