feat(RESTPostAPIGuildChannels): update post body fields (#419)

* chore(guildChannel): update post body fields

* chore: add missing field
This commit is contained in:
Suneet Tipirneni
2022-05-25 02:22:51 -04:00
committed by GitHub
parent dc1c887821
commit 748db34e30
4 changed files with 8 additions and 0 deletions

View File

@@ -49,6 +49,8 @@ export type APIGuildCreatePartialChannel = StrictPartial<
| 'rate_limit_per_user'
| 'default_auto_archive_duration'
| 'position'
| 'rtc_region'
| 'video_quality_mode'
| 'flags'
>
> &

View File

@@ -49,6 +49,8 @@ export type APIGuildCreatePartialChannel = StrictPartial<
| 'rate_limit_per_user'
| 'default_auto_archive_duration'
| 'position'
| 'rtc_region'
| 'video_quality_mode'
| 'flags'
>
> &

View File

@@ -49,6 +49,8 @@ export type APIGuildCreatePartialChannel = StrictPartial<
| 'rate_limit_per_user'
| 'default_auto_archive_duration'
| 'position'
| 'rtc_region'
| 'video_quality_mode'
| 'flags'
>
> &

View File

@@ -49,6 +49,8 @@ export type APIGuildCreatePartialChannel = StrictPartial<
| 'rate_limit_per_user'
| 'default_auto_archive_duration'
| 'position'
| 'rtc_region'
| 'video_quality_mode'
| 'flags'
>
> &