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

    Class NotificationsListResponse

    Wolf server's response for NotificationsListMessage.

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

    Constructors

    | Improve this Doc View Source

    NotificationsListResponse()

    Creates a response instance.

    Declaration
    [JsonConstructor]
    protected NotificationsListResponse()

    Properties

    | Improve this Doc View Source

    Notifications

    Notifications.

    Declaration
    [JsonProperty("body")]
    public IEnumerable<WolfNotification> Notifications { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<WolfNotification>

    Implements

    IWolfResponse

    Extension Methods

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