Class ContactDeleteMessage
A message for removing a contact.
Inheritance
System.Object
ContactDeleteMessage
Implements
Namespace: TehGM.Wolfringo.Messages
Assembly: Wolfringo.Core.dll
Syntax
public class ContactDeleteMessage : IWolfMessage
Constructors
| Improve this Doc View SourceContactDeleteMessage()
Creates a message instance.
Declaration
[JsonConstructor]
protected ContactDeleteMessage()
ContactDeleteMessage(UInt32)
Creates a message instance.
Declaration
public ContactDeleteMessage(uint userID)
Parameters
Type | Name | Description |
---|---|---|
System.UInt32 | userID | ID of the user to remove. |
Properties
| Improve this Doc View SourceEventName
Message event name.
Declaration
[JsonIgnore]
public string EventName { get; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Equals to SubscriberContactDelete.
UserID
ID of user being removed from contacts.
Declaration
[JsonProperty("id")]
public uint UserID { get; }
Property Value
Type | Description |
---|---|
System.UInt32 |