Interface RawDeletedPrivateChannel

interface RawDeletedPrivateChannel {
    flags: number;
    id: string;
    last_message_id: null | string;
    type: DM;
}

Properties

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