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

    Class GroupUpdateMessage

    A message for updating a group.

    Inheritance
    System.Object
    GroupUpdateMessage
    Implements
    IGroupEditMessage
    IWolfMessage
    Namespace: TehGM.Wolfringo.Messages
    Assembly: Wolfringo.Core.dll
    Syntax
    [ResponseType(typeof(GroupEditResponse))]
    public class GroupUpdateMessage : IGroupEditMessage, IWolfMessage
    Remarks

    Uses GroupEditResponse as response type.

    Constructors

    | Improve this Doc View Source

    GroupUpdateMessage()

    Creates a message instance.

    Declaration
    [JsonConstructor]
    protected GroupUpdateMessage()

    Properties

    | Improve this Doc View Source

    Description

    Group's short description.

    Declaration
    [JsonProperty("description")]
    public string Description { get; protected set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    EntryReputationLevel

    Group's entry reputation level.

    Declaration
    [JsonProperty("entryLevel")]
    public int? EntryReputationLevel { get; protected set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    | Improve this Doc View Source

    EventName

    Message event name.

    Declaration
    [JsonIgnore]
    public string EventName { get; }
    Property Value
    Type Description
    System.String
    Remarks

    Equals to GroupProfileUpdate.

    | Improve this Doc View Source

    ID

    ID of the group.

    Declaration
    [JsonProperty("id")]
    public uint ID { get; protected set; }
    Property Value
    Type Description
    System.UInt32
    | Improve this Doc View Source

    IsDiscoverable

    Is group publicly discoverable?

    Declaration
    [JsonProperty("discoverable")]
    public bool IsDiscoverable { get; protected set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IsExtendedAdminEnabled

    Is extended admin privilege enabled in this group?

    Declaration
    [JsonProperty("advancedAdmin")]
    public bool IsExtendedAdminEnabled { get; protected 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
    [JsonProperty("peekable")]
    public bool IsPeekable { get; protected set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Language

    Language of the group.

    Declaration
    [JsonProperty("language")]
    public WolfLanguage? Language { get; protected set; }
    Property Value
    Type Description
    System.Nullable<WolfLanguage>
    | Improve this Doc View Source

    LongDescription

    Long description of the group.

    Declaration
    [JsonProperty("longDescription")]
    public string LongDescription { get; protected set; }
    Property Value
    Type Description
    System.String

    Implements

    IGroupEditMessage
    IWolfMessage

    Extension Methods

    SerializationHelper.SerializeJsonPayload<T>(T, JsonSerializer)