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

    Class UserProfileResponse

    Wolf server's response for UserProfileMessage.

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

    Constructors

    | Improve this Doc View Source

    UserProfileResponse()

    Creates a response instance.

    Declaration
    [JsonConstructor]
    protected UserProfileResponse()

    Properties

    | Improve this Doc View Source

    UserProfiles

    Users.

    Declaration
    [JsonProperty("body")]
    [JsonConverter(typeof(ExtractValuesOnlyConverter<WolfUser>))]
    public IEnumerable<WolfUser> UserProfiles { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<WolfUser>

    Implements

    IWolfResponse

    Extension Methods

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