Interface RawPrivateChannel

Hierarchy

  • Required<Pick<RawChannel, "id" | "last_message_id" | "recipients">>
    • RawPrivateChannel

Properties

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