Skip to main content

Class CustomStatusGame

A user's activity for their custom status.

Assembly: Discord.Net.Core.dll​
View Source​
Declaration
public class CustomStatusGame : Game, IActivity

Properties​

Emote​

Gets the emote, if it is set.

View Source​
Declaration
public IEmote Emote { get; }

CreatedAt​

Gets the timestamp of when this status was created.

View Source​
Declaration
public DateTimeOffset CreatedAt { get; }

State​

Gets the state of the status.

View Source​
Declaration
public string State { get; }

Methods​

ToString()​

View Source​
Declaration
public override string ToString()
Returns​

System.String

Implements​