Skip to content

Commit

Permalink
feat(RESTPostAPIGuildChannelJSONBody): add `default_thread_rate_limit…
Browse files Browse the repository at this point in the history
…_per_user` (#730)
  • Loading branch information
almeidx committed Mar 22, 2023
1 parent 0cd9b0d commit 8f9370d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions deno/rest/v10/guild.ts
Expand Up @@ -56,6 +56,7 @@ export type APIGuildCreatePartialChannel = StrictPartial<
| 'available_tags'
| 'default_sort_order'
| 'default_forum_layout'
| 'default_thread_rate_limit_per_user'
>
> & {
name: string;
Expand Down
1 change: 1 addition & 0 deletions deno/rest/v9/guild.ts
Expand Up @@ -56,6 +56,7 @@ export type APIGuildCreatePartialChannel = StrictPartial<
| 'available_tags'
| 'default_sort_order'
| 'default_forum_layout'
| 'default_thread_rate_limit_per_user'
>
> & {
name: string;
Expand Down
1 change: 1 addition & 0 deletions rest/v10/guild.ts
Expand Up @@ -56,6 +56,7 @@ export type APIGuildCreatePartialChannel = StrictPartial<
| 'available_tags'
| 'default_sort_order'
| 'default_forum_layout'
| 'default_thread_rate_limit_per_user'
>
> & {
name: string;
Expand Down
1 change: 1 addition & 0 deletions rest/v9/guild.ts
Expand Up @@ -56,6 +56,7 @@ export type APIGuildCreatePartialChannel = StrictPartial<
| 'available_tags'
| 'default_sort_order'
| 'default_forum_layout'
| 'default_thread_rate_limit_per_user'
>
> & {
name: string;
Expand Down

1 comment on commit 8f9370d

@vercel
Copy link

@vercel vercel bot commented on 8f9370d Mar 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.