Options
All
  • Public
  • Public/Protected
  • All
Menu

The interface for the message thread event details.

Hierarchy

  • ThreadChangeInfo

Index

Properties

createTimestamp?: number

The Unix timestamp when the message thread is created. The unit is millisecond.

id: string

The message thread ID.

lastMessage?: {} | Message.MessageBody

The last threaded reply.

messageCount?: number

The number of threaded replies.

messageId?: string

The ID of the parent message.

name: string

The message thread name.

The event type.

operator: string

The operator.

parentId: string

The group ID to which the message thread belongs.

timestamp?: number

The Unix timestamp when the event occurs. The unit is millisecond.

userName?: string

The operation object.

Generated using TypeDoc