StageChannel
Simplified channel data for stage clients
| Property | Type | Description |
|---|
guild_id? | string | - |
id | string | - |
is_private? | boolean | Mock-only flag to indicate restricted/private channels |
message_count? | number | - |
name | string | - |
owner_id? | string | - |
parent_id? | null | string | - |
position? | number | - |
thread_metadata? | { archive_timestamp: string; archived: boolean; auto_archive_duration: number; locked: boolean; } | - |
thread_metadata.archive_timestamp | string | - |
thread_metadata.archived | boolean | - |
thread_metadata.auto_archive_duration | number | - |
thread_metadata.locked | boolean | - |
topic? | null | string | - |
type | number | - |