Skip to main content

Interface IPresence

Represents the user's presence status. This may include their online status and their activity.

Assembly: Discord.Net.Core.dll​
View Source​
Declaration
public interface IPresence

Properties​

Status​

Gets the current status of this user.

View Source​
Declaration
UserStatus Status { get; }

ActiveClients​

Gets the set of clients where this user is currently active.

View Source​
Declaration
IReadOnlyCollection<ClientType> ActiveClients { get; }

Activities​

Gets the list of activities that this user currently has available.

View Source​
Declaration
IReadOnlyCollection<IActivity> Activities { get; }