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

    Class UserAchievementListMessage

    A message for requesting user's achievements list.

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

    Uses EntityAchievementListResponse as response type.

    Constructors

    | Improve this Doc View Source

    UserAchievementListMessage()

    Creates a message instance.

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

    UserAchievementListMessage(UInt32)

    Creates a message instance.

    Declaration
    public UserAchievementListMessage(uint userID)
    Parameters
    Type Name Description
    System.UInt32 userID

    ID of the user 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

    Headers

    Message payload headers.

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

    UserID

    ID of the user.

    Declaration
    [JsonProperty("id")]
    public uint UserID { get; }
    Property Value
    Type Description
    System.UInt32

    Implements

    IHeadersWolfMessage
    IWolfMessage

    Extension Methods

    SerializationHelper.SerializeJsonPayload<T>(T, JsonSerializer)