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

    Interface PrivateGroupChannelResponse

    interface PrivateGroupChannelResponse {
        application_id?: `${bigint}`;
        flags: number;
        icon: string | null;
        id: `${bigint}`;
        last_message_id?: `${bigint}` | null;
        last_pin_timestamp?: string | null;
        managed?: boolean;
        name: string | null;
        owner_id: `${bigint}`;
        recipients: UserResponse[];
        type: GROUP_DM;
    }
    Index

    Properties

    application_id?: `${bigint}`
    flags: number
    icon: string | null
    id: `${bigint}`
    last_message_id?: `${bigint}` | null
    last_pin_timestamp?: string | null
    managed?: boolean
    name: string | null
    owner_id: `${bigint}`
    recipients: UserResponse[]
    type: GROUP_DM