Interface IActivity
A user's activity status, typically a Discord.Game.
Assembly: Discord.Net.Core.dll​
View Source​
Declaration
public interface IActivity
Properties​
Name​
Gets the name of the activity.
View Source​
Declaration
string Name { get; }
Type​
Gets the type of the activity.
View Source​
Declaration
ActivityType Type { get; }
Flags​
Gets the flags that are relevant to this activity.
View Source​
Declaration
ActivityProperties Flags { get; }
Details​
Gets the details on what the player is currently doing.
View Source​
Declaration
string Details { get; }