Search Results for

    Show / Hide Table of Contents

    Class MemberUpdatedEventArgs

    Represents arguments for MemberUpdated event.

    Inheritance
    Object
    KuracordEventArgs
    MemberUpdatedEventArgs
    Namespace: KSharpPlus.EventArgs.Guild.Member
    Assembly: KSharpPlus.dll
    Syntax
    public class MemberUpdatedEventArgs : KuracordEventArgs

    Properties

    | Improve this Doc View Source

    Guild

    Gets the guild in which the update occurred.

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

    MemberAfter

    Get the member with post-update info

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

    MemberBefore

    Get the member with pre-update info

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

    NicknameAfter

    Gets the member's new nickname.

    Declaration
    public string NicknameAfter { get; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    NicknameBefore

    Gets the member's old nickname.

    Declaration
    public string NicknameBefore { get; }
    Property Value
    Type Description
    String
    • Improve this Doc
    • View Source
    In This Article
    Back to top © 2023 KSharpPlus Contributors