Update Realtime/Realtime/Public/Conversation/LCIMConversationQuery.cs
Co-authored-by: Jang Rush <weakish@gmail.com>
parent
802061359e
commit
0547e81d5f
|
@ -7,7 +7,7 @@ using System;
|
||||||
|
|
||||||
namespace LeanCloud.Realtime {
|
namespace LeanCloud.Realtime {
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// LCIMConversationQuery is the query for conversation.
|
/// LCIMConversationQuery is the query for conversations.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public class LCIMConversationQuery {
|
public class LCIMConversationQuery {
|
||||||
internal const int CompactFlag = 0x1;
|
internal const int CompactFlag = 0x1;
|
||||||
|
|
Loading…
Reference in New Issue