mirror of
https://github.com/discordjs/discord-api-types.git
synced 2026-06-01 00:10:09 +00:00
feat(RESTPostAPIGuildChannels): update post body fields (#419)
* chore(guildChannel): update post body fields * chore: add missing field
This commit is contained in:
@@ -49,6 +49,8 @@ export type APIGuildCreatePartialChannel = StrictPartial<
|
||||
| 'rate_limit_per_user'
|
||||
| 'default_auto_archive_duration'
|
||||
| 'position'
|
||||
| 'rtc_region'
|
||||
| 'video_quality_mode'
|
||||
| 'flags'
|
||||
>
|
||||
> &
|
||||
|
||||
@@ -49,6 +49,8 @@ export type APIGuildCreatePartialChannel = StrictPartial<
|
||||
| 'rate_limit_per_user'
|
||||
| 'default_auto_archive_duration'
|
||||
| 'position'
|
||||
| 'rtc_region'
|
||||
| 'video_quality_mode'
|
||||
| 'flags'
|
||||
>
|
||||
> &
|
||||
|
||||
@@ -49,6 +49,8 @@ export type APIGuildCreatePartialChannel = StrictPartial<
|
||||
| 'rate_limit_per_user'
|
||||
| 'default_auto_archive_duration'
|
||||
| 'position'
|
||||
| 'rtc_region'
|
||||
| 'video_quality_mode'
|
||||
| 'flags'
|
||||
>
|
||||
> &
|
||||
|
||||
@@ -49,6 +49,8 @@ export type APIGuildCreatePartialChannel = StrictPartial<
|
||||
| 'rate_limit_per_user'
|
||||
| 'default_auto_archive_duration'
|
||||
| 'position'
|
||||
| 'rtc_region'
|
||||
| 'video_quality_mode'
|
||||
| 'flags'
|
||||
>
|
||||
> &
|
||||
|
||||
Reference in New Issue
Block a user