Interface IChatMember
Interface for an object representing a member of a chat conversation or guild.
Namespace: SociallyDistant.Core.Social
Assembly: SociallyDistant.Framework.dll
Syntax
public interface IChatMember
Properties
GroupId
Gets the world ID of the conversation or guild to which this member belongs.
Declaration
ObjectId GroupId { get; }
Property Value
Type | Description |
---|---|
ObjectId |
GroupType
Gets a MemberGroupType value indicating what type of group this membership is bound to.
Declaration
MemberGroupType GroupType { get; }
Property Value
Type | Description |
---|---|
MemberGroupType |
Profile
Gets the profile of the chat member.
Declaration
IProfile Profile { get; }
Property Value
Type | Description |
---|---|
IProfile |