Search Results for

    Show / Hide Table of Contents

    Class PresenceUpdateEventArgs

    Represents arguments for PresenceUpdated event.

    Inheritance
    System.Object
    System.EventArgs
    AsyncEventArgs
    DiscordEventArgs
    PresenceUpdateEventArgs
    Inherited Members
    DiscordEventArgs.ServiceProvider
    AsyncEventArgs.Handled
    Namespace: DisCatSharp.EventArgs
    Assembly: DisCatSharp.dll
    Syntax
    public class PresenceUpdateEventArgs : DiscordEventArgs

    Properties

    | Improve this Doc View Source

    Activity

    Gets the user's new game.

    Declaration
    public DiscordActivity Activity { get; }
    Property Value
    Type Description
    DiscordActivity
    | Improve this Doc View Source

    PresenceAfter

    Gets the user's new presence.

    Declaration
    public DiscordPresence PresenceAfter { get; }
    Property Value
    Type Description
    DiscordPresence
    | Improve this Doc View Source

    PresenceBefore

    Gets the user's old presence.

    Declaration
    public DiscordPresence PresenceBefore { get; }
    Property Value
    Type Description
    DiscordPresence
    | Improve this Doc View Source

    Status

    Gets the user's status.

    Declaration
    public UserStatus Status { get; }
    Property Value
    Type Description
    UserStatus
    | Improve this Doc View Source

    User

    Gets the user whose presence was updated.

    Declaration
    public DiscordUser User { get; }
    Property Value
    Type Description
    DiscordUser
    | Improve this Doc View Source

    UserAfter

    Gets the user after the presence update.

    Declaration
    public DiscordUser UserAfter { get; }
    Property Value
    Type Description
    DiscordUser
    | Improve this Doc View Source

    UserBefore

    Gets the user prior to presence update.

    Declaration
    public DiscordUser UserBefore { get; }
    Property Value
    Type Description
    DiscordUser

    Extension Methods

    ReflectionUtilities.ToDictionary<T>(T)
    • Improve this Doc
    • View Source
    In This Article
    Back to top © 2021-2022 Aiko IT Systems