Class GroupMemberPrivilegedListMessage
A message for requesting group members list.
Inheritance
System.Object
GroupMemberPrivilegedListMessage
Namespace: TehGM.Wolfringo.Messages
Assembly: Wolfringo.Core.dll
Syntax
[ResponseType(typeof(GroupMembersListResponse))]
public class GroupMemberPrivilegedListMessage : IHeadersWolfMessage, IWolfMessage
Remarks
Uses GroupMembersListResponse as response type.
Constructors
| Improve this Doc View SourceGroupMemberPrivilegedListMessage()
Creates a message instance.
Declaration
[JsonConstructor]
protected GroupMemberPrivilegedListMessage()
GroupMemberPrivilegedListMessage(UInt32, Boolean)
Creates a message instance.
Declaration
public GroupMemberPrivilegedListMessage(uint groupID, bool subscribe = true)
Parameters
Type | Name | Description |
---|---|---|
System.UInt32 | groupID | ID of the group to get members of. |
System.Boolean | subscribe | Subscribe to group members' profile updates? |
Properties
| Improve this Doc View SourceEventName
Message event name.
Declaration
[JsonIgnore]
public string EventName { get; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Equals to GroupMemberPrivilegedList.
GroupID
ID of the group.
Declaration
[JsonProperty("id")]
public uint GroupID { get; }
Property Value
Type | Description |
---|---|
System.UInt32 |
Headers
Message payload headers.
Declaration
[JsonIgnore]
public IDictionary<string, object> Headers { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IDictionary<System.String, System.Object> |
SubscribeToUpdates
Subscribe to group members' profile updates?
Declaration
[JsonProperty("subscribe")]
public bool SubscribeToUpdates { get; }
Property Value
Type | Description |
---|---|
System.Boolean |