NIM C# SDK
6.3.0
|
消息撤回通知 More...
Properties | |
NIM.Session.NIMSessionType | SessionType [get, set] |
会话类型 More... | |
string | SenderId [get, set] |
消息发送方ID More... | |
string | ReceiverId [get, set] |
消息接收方ID More... | |
string | MsgId [get, set] |
客户端消息ID More... | |
string | NOtify [get, set] |
自定义通知文案 More... | |
long | Timetag [get, set] |
撤回操作的时间戳(毫秒) More... | |
NIMMessageFeature | Feature [get, set] |
撤回通知种类 More... | |
bool | MsgLocalExist [get, set] |
撤回的消息本地是否存在,比如对方离线时发一条消息又撤回,对方上线收到离线撤回通知该tag为false More... | |
long | MsgTimetag [get, set] |
撤回的消息的时间戳(毫秒) More... | |
string | Nickname [get, set] |
string | Operator [get, set] |
Properties inherited from NimUtility.NimJsonObject< RecallNotification > | |
virtual bool | IgnoreDefauleValue [get, set] |
string | JSON [get, set] |
Additional Inherited Members | |
Public Member Functions inherited from NimUtility.NimJsonObject< RecallNotification > | |
virtual string | Serialize () |
virtual string | SerializeWithIndented () |
Static Public Member Functions inherited from NimUtility.NimJsonObject< RecallNotification > | |
static T | Deserialize (string json) |
消息撤回通知
|
getset |
撤回通知种类
|
getset |
客户端消息ID
|
getset |
撤回的消息本地是否存在,比如对方离线时发一条消息又撤回,对方上线收到离线撤回通知该tag为false
|
getset |
撤回的消息的时间戳(毫秒)
|
getset |
要撤回消息的发送者昵称
|
getset |
自定义通知文案
|
getset |
操作者ID
|
getset |
消息接收方ID
|
getset |
消息发送方ID
|
getset |
会话类型
|
getset |
撤回操作的时间戳(毫秒)