NIM C# SDK  6.3.0
NIM.RecallNotification Class Reference

消息撤回通知 More...

Inheritance diagram for NIM.RecallNotification:
NimUtility.NimJsonObject< RecallNotification >

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)
 

Detailed Description

消息撤回通知

Property Documentation

◆ Feature

NIMMessageFeature NIM.RecallNotification.Feature
getset

撤回通知种类

◆ MsgId

string NIM.RecallNotification.MsgId
getset

客户端消息ID

◆ MsgLocalExist

bool NIM.RecallNotification.MsgLocalExist
getset

撤回的消息本地是否存在,比如对方离线时发一条消息又撤回,对方上线收到离线撤回通知该tag为false

◆ MsgTimetag

long NIM.RecallNotification.MsgTimetag
getset

撤回的消息的时间戳(毫秒)

◆ Nickname

string NIM.RecallNotification.Nickname
getset

要撤回消息的发送者昵称

◆ NOtify

string NIM.RecallNotification.NOtify
getset

自定义通知文案

◆ Operator

string NIM.RecallNotification.Operator
getset

操作者ID

◆ ReceiverId

string NIM.RecallNotification.ReceiverId
getset

消息接收方ID

◆ SenderId

string NIM.RecallNotification.SenderId
getset

消息发送方ID

◆ SessionType

NIM.Session.NIMSessionType NIM.RecallNotification.SessionType
getset

会话类型

◆ Timetag

long NIM.RecallNotification.Timetag
getset

撤回操作的时间戳(毫秒)