Skip to main content

Interface: ChatRefSummary

Defined in: packages/sdk/src/types/generated/entity_ref.ts:51

Structural conversation state used by Activity-backed virtual views.

Chat.chat_type is a String(50) whose values happen to be :class:~lib.constants.ChatType members. A value this build does not know is None rather than passed through — the column is text, and text is the one thing a summary may not carry. The remaining fields are booleans from the Chat row (or, for isAnonymous, its authorized owner relationship), never message content or a generated conversation summary.

Properties

archived

archived: boolean

Defined in: packages/sdk/src/types/generated/entity_ref.ts:53


chatType?

optional chatType: ChatType | null

Defined in: packages/sdk/src/types/generated/entity_ref.ts:59


isAnonymous

isAnonymous: boolean

Defined in: packages/sdk/src/types/generated/entity_ref.ts:55


isMine

isMine: boolean

Defined in: packages/sdk/src/types/generated/entity_ref.ts:56


isTest

isTest: boolean

Defined in: packages/sdk/src/types/generated/entity_ref.ts:54


kind?

optional kind: "chat"

Defined in: packages/sdk/src/types/generated/entity_ref.ts:52


needsResponse

needsResponse: boolean

Defined in: packages/sdk/src/types/generated/entity_ref.ts:57


participantMemberUuids?

optional participantMemberUuids: string[]

Defined in: packages/sdk/src/types/generated/entity_ref.ts:60


paused

paused: boolean

Defined in: packages/sdk/src/types/generated/entity_ref.ts:58