Class GameSecrets
Party secret for a Discord.RichGame object.
Assembly: Discord.Net.Core.dll​
View Source​
Declaration
public class GameSecrets
Properties​
Match​
Gets the secret for a specific instanced match.
View Source​
Declaration
public string Match { get; }
Join​
Gets the secret for joining a party.
View Source​
Declaration
public string Join { get; }
Spectate​
Gets the secret for spectating a game.
View Source​
Declaration
public string Spectate { get; }