Hierarchy (view full)

Implements

Constructors

Properties

category: string

Category of the message

content: string

Message content

customFields?: Record<string, unknown>

Custom fields

messageSubscriptions: defaultChat.SubscriptionEntity[]

Message subscriptions

messageTopic?: defaultChat.TopicEntity

Message topic

messageType: string

Message type. Typically 'channel' or 'private'

organizationId?: string

Related organization ID. Users that are subscribed to a topic via their organization will have this set, while other messages will not

priority: string

Priority of the message

receiptId: string

Message receipt ID

senderId: string

Message sender ID. This is typically a user id

senderType: string

Message sender type. This is an arbitrary type (e.g. normalUser, admin)

title: string

Message title

topicId: string

Message topic ID

typeId: string

Type ID of the message

Generated using TypeDoc