fix(RESTPatchAPIChannelJSONBody): add missing bitrate field (#60)

This commit is contained in:
didinele
2020-12-25 21:53:41 +02:00
committed by GitHub
parent dccdfe044f
commit 15892ec870

View File

@@ -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;