Search Results for

    Show / Hide Table of Contents

    Interface IPresence

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

    Namespace: Discord
    Assembly: Discord.Net.Core.dll
    Syntax
    public interface IPresence

    Properties

    | Improve this Doc View Source

    ActiveClients

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

    Declaration
    IReadOnlyCollection<ClientType> ActiveClients { get; }
    Property Value
    Type Description
    IReadOnlyCollection<ClientType>
    | Improve this Doc View Source

    Activities

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

    Declaration
    IReadOnlyCollection<IActivity> Activities { get; }
    Property Value
    Type Description
    IReadOnlyCollection<IActivity>
    | Improve this Doc View Source

    Status

    Gets the current status of this user.

    Declaration
    UserStatus Status { get; }
    Property Value
    Type Description
    UserStatus

    Theme

    • Improve this Doc
    • View Source
    In This Article
    Back to top Discord.Net (c) 2015-2022 3.9.0