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

    Class BlockListResponse

    Wolf server's response for BlockListMessage.

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

    Constructors

    | Improve this Doc View Source

    BlockListResponse()

    Creates a response instance.

    Declaration
    [JsonConstructor]
    protected BlockListResponse()

    Properties

    | Improve this Doc View Source

    BlockedUsersIDs

    IDs of blocked users.

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

    Implements

    IWolfResponse

    Extension Methods

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