Options
All
  • Public
  • Public/Protected
  • All
Menu

export class type

Hierarchy

Index

Constructors

  • new ChatLocationMessageBody(params: { address: string; lastModifyOperatorId?: string; lastModifyTime?: number; latitude: string; longitude: string; modifyCount?: number }): ChatLocationMessageBody
  • Parameters

    • params: { address: string; lastModifyOperatorId?: string; lastModifyTime?: number; latitude: string; longitude: string; modifyCount?: number }
      • address: string
      • Optional lastModifyOperatorId?: string
      • Optional lastModifyTime?: number
      • latitude: string
      • longitude: string
      • Optional modifyCount?: number

    Returns ChatLocationMessageBody

Properties

address: string

The address.

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.

latitude: string

The latitude.

longitude: string

The longitude.

modifyCount?: number

The number of times a message is modified.

The message type. See ChatMessageType.

Generated using TypeDoc