APIInteractionDataResolvedChannel
https://discord.com/developers/docs/resources/channel#channel-object
Signature
export type APIInteractionDataResolvedChannel = APIInteractionDataResolvedChannelBase<Exclude<ChannelType, ThreadChannelType>> | (APIInteractionDataResolvedChannelBase<ThreadChannelType> & Pick<APIThreadChannel, 'parent_id' | 'thread_metadata'>);Members
This export does not declare public properties or methods in the generated declaration file.