LCIMBinaryMessage is a local representation of binary message in LeanCloud.
More...
|
byte[] | Data [get, set] |
|
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.
|
|
LCIMBinaryMessage is a local representation of binary message in LeanCloud.
◆ LCIMBinaryMessage()
LeanCloud.Realtime.LCIMBinaryMessage.LCIMBinaryMessage |
( |
byte[] |
data | ) |
|
|
inline |
◆ Data
byte [] LeanCloud.Realtime.LCIMBinaryMessage.Data |
|
getset |
The documentation for this class was generated from the following file: