Interface IChatGroup
Interface for a group of people within chat.
Namespace: SociallyDistant.Core.Social
Assembly: SociallyDistant.Framework.dll
Syntax
public interface IChatGroup
Properties
Members
Gets a list of members that belong to this group.
Declaration
IEnumerable<IChatMember> Members { get; }
Property Value
Type | Description |
---|---|
IEnumerable<IChatMember> |