Interface: InboxThreadResponse
Defined in: packages/sdk/src/types/generated/communication.ts:279
A single email thread grouped by chat_id.
Properties
chatId
chatId:
number
Defined in: packages/sdk/src/types/generated/communication.ts:280
emailCount
emailCount:
number
Defined in: packages/sdk/src/types/generated/communication.ts:283
latestEmailAt?
optionallatestEmailAt:string|null
Defined in: packages/sdk/src/types/generated/communication.ts:285
participants
participants:
string[]
Defined in: packages/sdk/src/types/generated/communication.ts:282
preview?
optionalpreview:string|null
Defined in: packages/sdk/src/types/generated/communication.ts:286
subject
subject:
string
Defined in: packages/sdk/src/types/generated/communication.ts:281
unreadCount
unreadCount:
number
Defined in: packages/sdk/src/types/generated/communication.ts:284