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

    Class GroupCreateMessage.Builder

    A builder class for GroupCreateMessage.

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

    Constructors

    | Improve this Doc View Source

    Builder(String, String)

    Create a new builder for GroupCreateMessage.

    Declaration
    public Builder(string name, string description)
    Parameters
    Type Name Description
    System.String name

    Group public name.

    System.String description

    Group's short description.

    Properties

    | Improve this Doc View Source

    Description

    Group's short description.

    Declaration
    public string Description { get; }
    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

    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
    | Improve this Doc View Source

    Name

    Group public name.

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

    Methods

    | Improve this Doc View Source

    Build()

    Build the GroupCreateMessage.

    Declaration
    public GroupCreateMessage Build()
    Returns
    Type Description
    GroupCreateMessage

    A new GroupCreateMessage.