LeanCloud C# SDK
Loading...
Searching...
No Matches
Static Public Attributes | Properties | List of all members
LeanCloud.Realtime.LCIMConversationMemberInfo Class Reference

LCIMConversationMemberInfo represents the member info of the conversation. More...

Static Public Attributes

const string Owner = "Owner"
 
const string Manager = "Manager"
 
const string Member = "Member"
 

Properties

string ConversationId [get, set]
 
string MemberId [get, set]
 
string Role [get, set]
 
bool IsOwner [get]
 
bool IsManager [get]
 

Detailed Description

LCIMConversationMemberInfo represents the member info of the conversation.

Member Data Documentation

◆ Manager

const string LeanCloud.Realtime.LCIMConversationMemberInfo.Manager = "Manager"
static

◆ Member

const string LeanCloud.Realtime.LCIMConversationMemberInfo.Member = "Member"
static

◆ Owner

const string LeanCloud.Realtime.LCIMConversationMemberInfo.Owner = "Owner"
static

Property Documentation

◆ ConversationId

string LeanCloud.Realtime.LCIMConversationMemberInfo.ConversationId
getset

◆ IsManager

bool LeanCloud.Realtime.LCIMConversationMemberInfo.IsManager
get

◆ IsOwner

bool LeanCloud.Realtime.LCIMConversationMemberInfo.IsOwner
get

◆ MemberId

string LeanCloud.Realtime.LCIMConversationMemberInfo.MemberId
getset

◆ Role

string LeanCloud.Realtime.LCIMConversationMemberInfo.Role
getset

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