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