Wolfringo Wolfringo
Wolfringo Wolfringo
Wolfringo (c) 2020 TehGM
DocFX, DiscordFX theme.
Search Results for

    Class UserUpdateMessage.Builder

    A builder class for UserUpdateMessage.

    Inheritance
    System.Object
    UserUpdateMessage.Builder
    Namespace: TehGM.Wolfringo.Messages
    Assembly: Wolfringo.Core.dll
    Syntax
    public class Builder

    Constructors

    | Improve this Doc View Source

    Builder(WolfUser)

    Create a new builder for UserUpdateMessage.

    Declaration
    public Builder(WolfUser user)
    Parameters
    Type Name Description
    WolfUser user

    User to update.

    Remarks

    Ensure that user is always currently connected user, as the message is being sent without any user ID, so always updates the current user.

    Properties

    | Improve this Doc View Source

    About

    User's "About Me" description.

    Declaration
    public string About { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    DateOfBirth

    User's date of birth.

    Declaration
    public DateTime? DateOfBirth { get; set; }
    Property Value
    Type Description
    System.Nullable<System.DateTime>
    | Improve this Doc View Source

    Gender

    User's gender.

    Declaration
    public WolfGender Gender { get; set; }
    Property Value
    Type Description
    WolfGender
    | Improve this Doc View Source

    Language

    User's language.

    Declaration
    public WolfLanguage Language { get; set; }
    Property Value
    Type Description
    WolfLanguage
    | Improve this Doc View Source

    Links

    User's links.

    Declaration
    public ICollection<string> Links { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.ICollection<System.String>
    | Improve this Doc View Source

    LookingFor

    User's looking for.

    Declaration
    public WolfLookingFor LookingFor { get; set; }
    Property Value
    Type Description
    WolfLookingFor
    | Improve this Doc View Source

    Nickname

    User's display name.

    Declaration
    public string Nickname { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    ProfileName

    User's name, as specified in the profile.

    Declaration
    public string ProfileName { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Relationship

    User's relationship status.

    Declaration
    public WolfRelationship Relationship { get; set; }
    Property Value
    Type Description
    WolfRelationship
    | Improve this Doc View Source

    Status

    User's status.

    Declaration
    public string Status { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    | Improve this Doc View Source

    Build()

    Build the GroupUpdateMessage.

    Declaration
    public UserUpdateMessage Build()
    Returns
    Type Description
    UserUpdateMessage

    A new GroupUpdateMessage.