Search Results for

    Show / Hide Table of Contents

    Class MemberJoinedEventArgs

    Represents arguments for MemberJoined event.

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

    Properties

    | Improve this Doc View Source

    Guild

    Gets the guild the member was added to.

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

    Member

    Gets the member that was added.

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