feat(RESTPostAPIGuildChannelJSONBody): add default_thread_rate_limit_per_user (#730)

This commit is contained in:
Almeida
2023-03-22 18:49:53 +00:00
committed by GitHub
parent 0cd9b0debb
commit 8f9370d259
4 changed files with 4 additions and 0 deletions

View File

@@ -56,6 +56,7 @@ export type APIGuildCreatePartialChannel = StrictPartial<
| 'available_tags'
| 'default_sort_order'
| 'default_forum_layout'
| 'default_thread_rate_limit_per_user'
>
> & {
name: string;

View File

@@ -56,6 +56,7 @@ export type APIGuildCreatePartialChannel = StrictPartial<
| 'available_tags'
| 'default_sort_order'
| 'default_forum_layout'
| 'default_thread_rate_limit_per_user'
>
> & {
name: string;

View File

@@ -56,6 +56,7 @@ export type APIGuildCreatePartialChannel = StrictPartial<
| 'available_tags'
| 'default_sort_order'
| 'default_forum_layout'
| 'default_thread_rate_limit_per_user'
>
> & {
name: string;

View File

@@ -56,6 +56,7 @@ export type APIGuildCreatePartialChannel = StrictPartial<
| 'available_tags'
| 'default_sort_order'
| 'default_forum_layout'
| 'default_thread_rate_limit_per_user'
>
> & {
name: string;