APIInteractionDataResolvedChannel:
    | APIInteractionDataResolvedChannelBase<
        Exclude<ChannelType, ThreadChannelType>,
    >
    | APIInteractionDataResolvedChannelBase<ThreadChannelType> & Pick<
        APIThreadChannel,
        "parent_id"
        | "thread_metadata",
    >