NameDescriptionTypeAdditional information
fromUserId

发送人用户 ID

string

None.

toGroupId

群聊id

string

None.

objectName

消息类型

string

None.

content

消息内容

string

None.

isIncludeSender

终端用户在线状态下,发送用户自己是否接收消息,0 表示为不接收,1 表示为接收,默认为 0 不接收,只有在 toGroupId 为一个群组 ID 的时候有效 不为 1 时该消息不会存储到历史消息中。 如终端用户未登录,需要登录后也收到此条消息时

integer

None.

isMentioned

是否为 @消息。0 表示为普通消息,1 表示为 @消息,默认为 0。

integer

None.

Writetime

写入时间:数据库里存的是UTC时间,即使本地传的是当前所在区域时间数据库也会自动扣除8小时。

date

None.

B2BUserID

b2b用户id

string

None.

DateTimeStamp

时间戳

integer

None.

MessageUId

融云MessageUId

string

None.

SentTime

融云sentTime

string

None.

ConversationType

融云conversationType

string

None.

ReceivedTime

融云ReceivedTime

string

None.

DelFlag

是否可用:0-可用 ,1-B2B撤回,2-Admin删除

integer

None.

IsReadUsers

消息已读人员集合,用英文逗号“,” 隔开

string

None.

UnReadUsers

消息未读人员集合,用英文逗号“,” 隔开

string

None.