LeanCloud C# SDK
Loading...
Searching...
No Matches
Public Member Functions | Properties | List of all members
LeanCloud.Realtime.LCIMBinaryMessage Class Reference

LCIMBinaryMessage is a local representation of binary message in LeanCloud. More...

Inheritance diagram for LeanCloud.Realtime.LCIMBinaryMessage:
LeanCloud.Realtime.LCIMMessage

Public Member Functions

 LCIMBinaryMessage (byte[] data)
 

Properties

byte[] Data [get, set]
 
- Properties inherited from LeanCloud.Realtime.LCIMMessage
string ConversationId [get, set]
 The conversation ID this message belongs to.
 
string Id [get, set]
 The ID of this message.
 
string FromClientId [get, set]
 The ID of the client who sends this message.
 
long SentTimestamp [get, set]
 The timestamp of this message.
 
DateTime SentAt [get]
 The sending date of this message.
 
long DeliveredTimestamp [get, set]
 送达时间戳
 
DateTime DeliveredAt [get]
 The delivered date of this message.
 
long ReadTimestamp [get, set]
 The timestamp when this message has been read by others.
 
DateTime ReadAt [get]
 When this message has been read by others.
 
long PatchedTimestamp [get, set]
 The timestamp when this message is updated.
 
DateTime PatchedAt [get]
 When this message is updated.
 
List< string > MentionIdList [get, set]
 The members in the conversation mentioned by this message.
 
bool MentionAll [get, set]
 Whether all members in the conversation are mentioned by this message.
 
bool Mentioned [get, set]
 Whether the current user has been mentioned in this message.
 

Detailed Description

LCIMBinaryMessage is a local representation of binary message in LeanCloud.

Constructor & Destructor Documentation

◆ LCIMBinaryMessage()

LeanCloud.Realtime.LCIMBinaryMessage.LCIMBinaryMessage ( byte[]  data)
inline

Property Documentation

◆ Data

byte [] LeanCloud.Realtime.LCIMBinaryMessage.Data
getset

The documentation for this class was generated from the following file: