Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BJNEChatMessage

Proviides the chat message information.

interface

Hierarchy

  • BJNEChatMessage

Properties

message

message: string

The actual message

senderGuid

senderGuid: string

The guid(unique identifier) of sender of this message.

senderName

senderName: string

The name of sender of this message.

sentBySelf

sentBySelf: boolean

Is this message send by self or a received message.

timestamp

timestamp: number

Received timestamp for this message.