Class NotificationsListResponse
Wolf server's response for NotificationsListMessage.
Implements
Namespace: TehGM.Wolfringo.Messages.Responses
Assembly: Wolfringo.Core.dll
Syntax
public class NotificationsListResponse : WolfResponse, IWolfResponse
Constructors
| Improve this Doc View SourceNotificationsListResponse()
Creates a response instance.
Declaration
[JsonConstructor]
protected NotificationsListResponse()
Properties
| Improve this Doc View SourceNotifications
Notifications.
Declaration
[JsonProperty("body")]
public IEnumerable<WolfNotification> Notifications { get; }
Property Value
Type | Description |
---|---|
IEnumerable<WolfNotification> |