Options
All
  • Public
  • Public/Protected
  • All
Menu

export class type

Hierarchy

Index

Constructors

  • new ChatCustomMessageBody(params: { event: string; lastModifyOperatorId?: string; lastModifyTime?: number; modifyCount?: number; params?: Record<string, string> }): ChatCustomMessageBody
  • Parameters

    • params: { event: string; lastModifyOperatorId?: string; lastModifyTime?: number; modifyCount?: number; params?: Record<string, string> }
      • event: string
      • Optional lastModifyOperatorId?: string
      • Optional lastModifyTime?: number
      • Optional modifyCount?: number
      • Optional params?: Record<string, string>

    Returns ChatCustomMessageBody

Properties

event: string

The event.

lastModifyOperatorId?: string

The user ID of the operator that modified the message last time.

lastModifyTime?: number

The UNIX timestamp of the last message modification, in milliseconds.

modifyCount?: number

The number of times a message is modified.

params?: Record<string, string>

The custom params map.

The message type. See ChatMessageType.

Generated using TypeDoc