Interface RawInteractionResolvedChannel

Hierarchy

  • Omit<Required<Pick<RawChannel, "id" | "type" | "permissions">>, "name">
  • Pick<RawChannel, "thread_metadata" | "parent_id">
    • RawInteractionResolvedChannel

Properties

id: string
name: null | string
parent_id?: null | string
permissions: string
thread_metadata?: RawThreadMetadata