RevokedInfo class

消息撤回具体信息

Constructors

RevokedInfo({String? revokerID, int? revokerRole, String? revokerNickname, String? clientMsgID, int? revokeTime, int? sourceMessageSendTime, String? sourceMessageSendID, String? sourceMessageSenderNickname, int? sessionType})
RevokedInfo.fromJson(Map<String, dynamic> json)

Properties

clientMsgID String?
消息id
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
revokerID String?
撤回者ID
getter/setter pair
revokerNickname String?
撤回者昵称
getter/setter pair
revokerRole int?
撤回者群角色 GroupRoleLevel
getter/setter pair
revokeTime int?
撤回时间
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sessionType int?
会话类型 ConversationType
getter/setter pair
sourceMessageSenderNickname String?
消息发送者昵称
getter/setter pair
sourceMessageSendID String?
消息发送者
getter/setter pair
sourceMessageSendTime int?
消息发送时间
getter/setter pair

Methods

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

Operators

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