Interface IPresence
- Namespace
- Discord
- Assembly
- Discord.Net.Core.dll
Represents the user's presence status. This may include their online status and their activity.
public interface IPresence
Properties
ActiveClients
Gets the set of clients where this user is currently active.
IReadOnlyCollection<ClientType> ActiveClients { get; }
Property Value
Activities
Gets the list of activities that this user currently has available.
IReadOnlyCollection<IActivity> Activities { get; }
Property Value
Status
Gets the current status of this user.
UserStatus Status { get; }