MessageDirty class

Constructors

MessageDirty()

Properties

body String
消息主体
no getter
bsid ← dynamic
商户id
no getter
customType int
自定义的消息类型
no getter
data Map<String, dynamic>
final
extra DbJsonWraper
自定义数据
no getter
from int
消息来源
no getter
hashCode int
The hash code for this object.
no setterinherited
id ← dynamic
唯一id
no getter
mediaGoing bool
媒体正在进行中
no getter
mediaJoined List
读取过静态媒体 或 参与实时媒体 的用户id
no getter
mediaTimeE int
媒体的结束时间(减去mediaTimeS可得媒体时长)
no getter
mediaTimeS int
媒体的开始时间(实时媒体<=0表示通讯未开始过)
no getter
readpackNotice List
红包通知消息相关的id:原始红包消息id, 发送原始红包消息的用户id, 抢到红包的用户id
no getter
revoked bool
本条是否已撤销
no getter
rmbfenCount int
红包已经被抢次数
no getter
rmbfenEvery List<int>
红包金额分配数组
no getter
rmbfenFinished bool
红包逻辑是否已经完成(红包被抢完、红包过期后余额已完成退回检测)
no getter
rmbfenLuckly List
红包金额分配数组对应的幸运用户id
no getter
rmbfenPending List
红包被抢到后等待创建订单的用户id
no getter
rmbfenTotal int
红包RMB金额总数
no getter
rmbfenUpdate int
红包最近更新时间(红包最近被抢的时间)
no getter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shareCardId ← dynamic
分享名片的目标id(用户id或群组id)
no getter
shareHeadUrl List<String>
分享名片的头像url
no getter
shareIconUrl String
分享名片的图标url
no getter
shareLinkUrl String
分享网址url、媒体附件url
no getter
shareLocation Location
位置分享消息的数据
no getter
short String
消息缩写
no getter
sid ← dynamic
聊天会话id
no getter
time int
创建时间
no getter
title String
消息标题
no getter
trans List
未完成的事务列表
no getter
type int
消息类型
no getter
uid ← dynamic
发送者的id
no getter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited