Interface RawInteractionResolvedChannel

interface RawInteractionResolvedChannel {
    id: string;
    name: null | string;
    parent_id?: null | string;
    permissions?: string;
    thread_metadata?: RawThreadMetadata;
    type: ChannelTypes;
}

Hierarchy

Properties

id: string
name: null | string
parent_id?: null | string
permissions?: string
thread_metadata?: RawThreadMetadata