summary refs log tree commit diff
path: root/src/schemas/uncategorised/ChannelModifySchema.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/schemas/uncategorised/ChannelModifySchema.ts')
-rw-r--r--src/schemas/uncategorised/ChannelModifySchema.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/schemas/uncategorised/ChannelModifySchema.ts b/src/schemas/uncategorised/ChannelModifySchema.ts

index 226b9ea1..6cfe340c 100644 --- a/src/schemas/uncategorised/ChannelModifySchema.ts +++ b/src/schemas/uncategorised/ChannelModifySchema.ts
@@ -45,4 +45,7 @@ export interface ChannelModifySchema { flags?: number; default_thread_rate_limit_per_user?: number; video_quality_mode?: number; + auto_archive_duration?: number; + archived?: boolean; + locked?: boolean; }