Class BlockListResponse
Wolf server's response for BlockListMessage.
Implements
Namespace: TehGM.Wolfringo.Messages.Responses
Assembly: Wolfringo.Core.dll
Syntax
public class BlockListResponse : WolfResponse, IWolfResponse
Constructors
| Improve this Doc View SourceBlockListResponse()
Creates a response instance.
Declaration
[JsonConstructor]
protected BlockListResponse()
Properties
| Improve this Doc View SourceBlockedUsersIDs
IDs of blocked users.
Declaration
[JsonProperty("body", ItemConverterType = typeof(EntityIdConverter))]
public IEnumerable<uint> BlockedUsersIDs { get; }
Property Value
Type | Description |
---|---|
IEnumerable<UInt32> |