TIMMsg

TIMMsg

IM 消息

Members

id :string

消息 ID

Type:
  • string

time :number

时间戳

Type:
  • number

seq :number

消息序列号,用于在后台唯一标识一条消息

Type:
  • number

convType :TIMConvType

会话类型

Type:

msgType :TIMMsgType

消息类型

Type:

from :string

发送者

Type:
  • string

to :string

接收者

Type:
  • string

data :string

消息内容

Type:
  • string

ext :string

扩展信息

Type:
  • string

desc :string

描述信息

Type:
  • string

tipsMsg :boolean

标记消息的为本地生成的通知消息

Type:
  • boolean

key :string

消息全局唯一的key,用于在客户端唯一标识一条消息

Type:
  • string

ownMsg :boolean

标记是否自己发的消息

Type:
  • boolean

teacherMsg :boolean

标记是否老师发的消息

Type:
  • boolean

silenceMsg :boolean

标记是否已被禁言的消息

Type:
  • boolean

nickname :string

消息发送者昵称

Type:
  • string

avatar :string

消息发送者头像

Type:
  • string

preview1 :string

预览图1

Type:
  • string

preview2 :string

预览图1

Type:
  • string

localImgSeq :number

本地图片发送序号

Type:
  • number

imgSendSucessFlag :boolean

图片发送成功标示

Type:
  • boolean