Interface Contact

Hierarchy

  • Contact

Properties

authorEndUserIdentity: null | EndUserIdentity
channelId: ChannelId
consumerContactStorageId: string
contactId: string
createdAt: string
customFields: Id<Partial<Pick<{
    ident: string;
    value: null | string;
}, never>> & RequiredProps<{
    ident: string;
    value: null | string;
}>>[]
customerContactId: string
customerStatistics: CustomerStatistics
detailUrl: string
endUser: null | EndUser
id: ContactNumber
inboxAssignee: null | UserId
inboxAssigneeLastAssignedAt: null | string
inboxAssigneeUser: null | User
inboxPreAssigneeUser: null | User
interactionId: string
ownerAssignee: null | UserId
ownerAssigneeUser: null | User
recipients: Recipient[]
routingQueueId: null | RoutingQueueId
routingQueuePriority: number
statusUpdatedAt: string
threadId: ThreadId
threadIdOnExternalPlatform: ThreadIdOnExternalPlatform
userStatistics: {
    unseenMessagesCount: number;
}

Type declaration

  • unseenMessagesCount: number

Generated using TypeDoc