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
LargeAsset
Gets the large image for the presence and their hover texts.
public GameAsset LargeAsset { get; }
Property Value
Party
Gets the information for the current party of the player.
public GameParty Party { get; }
Property Value
Secrets
Gets the secrets for Rich Presence joining and spectating.
public GameSecrets Secrets { get; }
Property Value
SmallAsset
Gets the small image for the presence and their hover texts.
public GameAsset SmallAsset { get; }
Property Value
State
Gets the user's current party status.
public string State { get; }
Property Value
Timestamps
Gets the timestamps for start and/or end of the game.
public GameTimestamps Timestamps { get; }
Property Value
Methods
ToString()
Returns the name of the Rich Presence.
public override string ToString()