Class GameParty
Party information for a Discord.RichGame object.
Assembly: Discord.Net.Core.dll​
View Source​
Declaration
public class GameParty
Properties​
Id​
Gets the ID of the party.
View Source​
Declaration
public string Id { get; }
Members​
View Source​
Declaration
public long Members { get; }
Capacity​
Gets the party's current and maximum size.
View Source​
Declaration
public long Capacity { get; }