@typed-discord/rest
    Preparing search index...

    Interface PrivateChannelResponse

    interface PrivateChannelResponse {
        flags: number;
        id: `${bigint}`;
        last_message_id?: `${bigint}` | null;
        last_pin_timestamp?: string | null;
        recipients: UserResponse[];
        type: DM;
    }
    Index

    Properties

    flags: number
    id: `${bigint}`
    last_message_id?: `${bigint}` | null
    last_pin_timestamp?: string | null
    recipients: UserResponse[]
    type: DM