mirror of
https://github.com/discordjs/discord-api-types.git
synced 2026-05-30 23:40:09 +00:00
feat(RESTPostAPIGuildChannelJSONBody): add default_thread_rate_limit_per_user (#730)
This commit is contained in:
@@ -56,6 +56,7 @@ export type APIGuildCreatePartialChannel = StrictPartial<
|
||||
| 'available_tags'
|
||||
| 'default_sort_order'
|
||||
| 'default_forum_layout'
|
||||
| 'default_thread_rate_limit_per_user'
|
||||
>
|
||||
> & {
|
||||
name: string;
|
||||
|
||||
@@ -56,6 +56,7 @@ export type APIGuildCreatePartialChannel = StrictPartial<
|
||||
| 'available_tags'
|
||||
| 'default_sort_order'
|
||||
| 'default_forum_layout'
|
||||
| 'default_thread_rate_limit_per_user'
|
||||
>
|
||||
> & {
|
||||
name: string;
|
||||
|
||||
@@ -56,6 +56,7 @@ export type APIGuildCreatePartialChannel = StrictPartial<
|
||||
| 'available_tags'
|
||||
| 'default_sort_order'
|
||||
| 'default_forum_layout'
|
||||
| 'default_thread_rate_limit_per_user'
|
||||
>
|
||||
> & {
|
||||
name: string;
|
||||
|
||||
@@ -56,6 +56,7 @@ export type APIGuildCreatePartialChannel = StrictPartial<
|
||||
| 'available_tags'
|
||||
| 'default_sort_order'
|
||||
| 'default_forum_layout'
|
||||
| 'default_thread_rate_limit_per_user'
|
||||
>
|
||||
> & {
|
||||
name: string;
|
||||
|
||||
Reference in New Issue
Block a user