type ResolvedChannelOf<Type extends ChannelType> = APIInteractionDataResolvedChannelBase<Type> &
(Type extends ThreadChannelType
? Pick<APIThreadChannel, "parent_id" | "thread_metadata">
: unknown);Type
Type extends ChannelTypetype ResolvedChannelOf<Type extends ChannelType> = APIInteractionDataResolvedChannelBase<Type> &
(Type extends ThreadChannelType
? Pick<APIThreadChannel, "parent_id" | "thread_metadata">
: unknown);Type extends ChannelType