mirror of
https://github.com/discordjs/discord-api-types.git
synced 2026-06-03 09:20:10 +00:00
fix(RESTPatchAPIChannelJSONBody): add missing bitrate field (#60)
This commit is contained in:
@@ -46,6 +46,7 @@ export interface RESTPatchAPIChannelJSONBody {
|
||||
topic?: string | null;
|
||||
nsfw?: boolean | null;
|
||||
rate_limit_per_user?: number | null;
|
||||
bitrate?: number | null;
|
||||
user_limit?: number | null;
|
||||
permission_overwrites?: APIOverwrite[] | null;
|
||||
parent_id?: string | null;
|
||||
|
||||
Reference in New Issue
Block a user