Table of Contents

Class GameSecrets

Namespace
Discord
Assembly
Discord.Net.Core.dll

Party secret for a RichGame object.

public class GameSecrets
Inheritance
GameSecrets
Inherited Members

Properties

Join

Gets the secret for joining a party.

public string Join { get; }

Property Value

string

Match

Gets the secret for a specific instanced match.

public string Match { get; }

Property Value

string

Spectate

Gets the secret for spectating a game.

public string Spectate { get; }

Property Value

string