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

    Class GroupAchievementListMessage

    A message for requesting groups's achievements list.

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

    Uses EntityAchievementListResponse as response type.

    Constructors

    | Improve this Doc View Source

    GroupAchievementListMessage()

    Creates a message instance.

    Declaration
    [JsonConstructor]
    protected GroupAchievementListMessage()
    | Improve this Doc View Source

    GroupAchievementListMessage(UInt32)

    Creates a message instance.

    Declaration
    public GroupAchievementListMessage(uint groupID)
    Parameters
    Type Name Description
    System.UInt32 groupID

    ID of the group to get achievements of.

    Properties

    | Improve this Doc View Source

    EventName

    Message event name.

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

    Equals to AchievementSubscriberList.

    | Improve this Doc View Source

    GroupID

    ID of the group.

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

    Headers

    Message payload headers.

    Declaration
    [JsonIgnore]
    public IDictionary<string, object> Headers { get; }
    Property Value
    Type Description
    System.Collections.Generic.IDictionary<System.String, System.Object>

    Implements

    IHeadersWolfMessage
    IWolfMessage

    Extension Methods

    SerializationHelper.SerializeJsonPayload<T>(T, JsonSerializer)