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

    Class ContactListMessage

    A message for requesting charms list.

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

    Uses ContactListResponse as response type.

    Constructors

    | Improve this Doc View Source

    ContactListMessage()

    Creates a message instance.

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

    ContactListMessage(Boolean)

    Creates a message instance.

    Declaration
    public ContactListMessage(bool subscribe)
    Parameters
    Type Name Description
    System.Boolean subscribe

    Subscribe to contacts' profile updates?

    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 SubscriberContactList.

    | Improve this Doc View Source

    SubscribeToUpdates

    Subscribe to contacts' profile updates?

    Declaration
    [JsonProperty("subscribe")]
    public bool SubscribeToUpdates { get; }
    Property Value
    Type Description
    System.Boolean

    Implements

    IWolfMessage

    Extension Methods

    SerializationHelper.SerializeJsonPayload<T>(T, JsonSerializer)