Class GroupLeaveMessage
Group leaving message.
Implements
Namespace: TehGM.Wolfringo.Messages
Assembly: Wolfringo.Core.dll
Syntax
public class GroupLeaveMessage : IWolfMessage
Constructors
| Improve this Doc View SourceGroupLeaveMessage()
Creates a message instance.
Declaration
[JsonConstructor]
protected GroupLeaveMessage()
GroupLeaveMessage(UInt32)
Creates a message instance.
Declaration
public GroupLeaveMessage(uint groupID)
Parameters
Type | Name | Description |
---|---|---|
UInt32 | groupID | ID of the group to leave. |
Properties
| Improve this Doc View SourceEventName
Message event name.
Declaration
[JsonIgnore]
public string EventName { get; }
Property Value
Type | Description |
---|---|
String |
Remarks
Equals to GroupMemberDelete.
GroupID
ID of the group.
Declaration
[JsonProperty("groupId")]
public uint GroupID { get; }
Property Value
Type | Description |
---|---|
UInt32 |
UserID
User who left the group.
Declaration
[JsonProperty("subscriberId", NullValueHandling = NullValueHandling.Ignore)]
public uint? UserID { get; }
Property Value
Type | Description |
---|---|
Nullable<UInt32> |