Interface: InboxThreadResponse
Defined in: packages/sdk/src/types/generated/communication.ts:260
A single email thread grouped by chat_id.
Properties
chatId
chatId:
number
Defined in: packages/sdk/src/types/generated/communication.ts:261
emailCount
emailCount:
number
Defined in: packages/sdk/src/types/generated/communication.ts:264
latestEmailAt?
optionallatestEmailAt:string|null
Defined in: packages/sdk/src/types/generated/communication.ts:266
participants
participants:
string[]
Defined in: packages/sdk/src/types/generated/communication.ts:263
preview?
optionalpreview:string|null
Defined in: packages/sdk/src/types/generated/communication.ts:267
subject
subject:
string
Defined in: packages/sdk/src/types/generated/communication.ts:262
unreadCount
unreadCount:
number
Defined in: packages/sdk/src/types/generated/communication.ts:265