Interface DeletedPrivateChannel

interface DeletedPrivateChannel {
    flags: number;
    id: string;
    lastMessageID: null | string;
    type: DM;
}

Properties

flags: number
id: string
lastMessageID: null | string
type: DM