Interface RawPrivateChannel

interface RawPrivateChannel {
    id: string;
    last_message_id: null | string;
    recipients: RawUser[];
    type: DM;
}

Hierarchy

Properties

id: string
last_message_id: null | string
recipients: RawUser[]
type: DM