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

    Class ContactListResponse

    Wolf server's response for ContactListMessage.

    Inheritance
    System.Object
    WolfResponse
    ContactListResponse
    Implements
    IWolfResponse
    Inherited Members
    WolfResponse.StatusCode
    WolfResponse.ErrorCode
    WolfResponse.ErrorMessage
    Namespace: TehGM.Wolfringo.Messages.Responses
    Assembly: Wolfringo.Core.dll
    Syntax
    public class ContactListResponse : WolfResponse, IWolfResponse

    Constructors

    | Improve this Doc View Source

    ContactListResponse()

    Creates a response instance.

    Declaration
    [JsonConstructor]
    protected ContactListResponse()

    Properties

    | Improve this Doc View Source

    ContactIDs

    IDs of contacts.

    Declaration
    [JsonProperty("body", ItemConverterType = typeof(EntityIdConverter))]
    public IEnumerable<uint> ContactIDs { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<System.UInt32>

    Implements

    IWolfResponse

    Extension Methods

    WolfResponseExtensions.IsSuccess(IWolfResponse)
    WolfResponseExtensions.IsError(IWolfResponse)