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

    Class GroupUpdateMessage.Builder

    A builder class for GroupUpdateMessage.

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

    Constructors

    | Improve this Doc View Source

    Builder(WolfGroup)

    Create a new builder for GroupUpdateMessage.

    Declaration
    public Builder(WolfGroup group)
    Parameters
    Type Name Description
    WolfGroup group

    Group to update.

    Properties

    | Improve this Doc View Source

    Description

    Group's short description.

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

    EntryReputationLevel

    Group's entry reputation level.

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

    ID

    ID of the group.

    Declaration
    public uint ID { get; }
    Property Value
    Type Description
    System.UInt32
    | Improve this Doc View Source

    IsDiscoverable

    Is group publicly discoverable?

    Declaration
    public bool IsDiscoverable { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IsExtendedAdminEnabled

    Is extended admin privilege enabled in this group?

    Declaration
    public bool IsExtendedAdminEnabled { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IsPeekable

    Is message history visible even if user is not in the group?

    Declaration
    public bool IsPeekable { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Language

    Language of the group.

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

    LongDescription

    Long description of the group.

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

    Methods

    | Improve this Doc View Source

    Build()

    Build the GroupUpdateMessage.

    Declaration
    public GroupUpdateMessage Build()
    Returns
    Type Description
    GroupUpdateMessage

    A new GroupUpdateMessage.