Class GameParty
- Namespace
- Discord
- Assembly
- Discord.Net.Core.dll
Party information for a RichGame object.
public class GameParty- Inheritance
- 
      
      GameParty
- Inherited Members
Properties
Capacity
Gets the party's current and maximum size.
public long Capacity { get; }Property Value
Id
Gets the ID of the party.
public string Id { get; }Property Value
- string
- A string containing the unique identifier of the party. 
Members
public long Members { get; }