Table of Contents

Class RichGame

Namespace
Discord
Assembly
Discord.Net.Core.dll

A user's Rich Presence status.

public class RichGame : Game, IActivity
Inheritance
RichGame
Implements
Inherited Members

Properties

ApplicationId

Gets the application ID for the game.

public ulong ApplicationId { get; }

Property Value

ulong

LargeAsset

Gets the large image for the presence and their hover texts.

public GameAsset LargeAsset { get; }

Property Value

GameAsset

Party

Gets the information for the current party of the player.

public GameParty Party { get; }

Property Value

GameParty

Secrets

Gets the secrets for Rich Presence joining and spectating.

public GameSecrets Secrets { get; }

Property Value

GameSecrets

SmallAsset

Gets the small image for the presence and their hover texts.

public GameAsset SmallAsset { get; }

Property Value

GameAsset

State

Gets the user's current party status.

public string State { get; }

Property Value

string

Timestamps

Gets the timestamps for start and/or end of the game.

public GameTimestamps Timestamps { get; }

Property Value

GameTimestamps

Methods

ToString()

Returns the name of the Rich Presence.

public override string ToString()

Returns

string