Wolfringo Wolfringo
Wolfringo Wolfringo
Wolfringo (c) 2020 TehGM
DocFX, DiscordFX theme.
Search Results for

    Class GroupMemberPrivilegedListMessage

    A message for requesting group members list.

    Inheritance
    System.Object
    GroupMemberPrivilegedListMessage
    Implements
    IHeadersWolfMessage
    IWolfMessage
    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 Source

    GroupMemberPrivilegedListMessage()

    Creates a message instance.

    Declaration
    [JsonConstructor]
    protected GroupMemberPrivilegedListMessage()
    | Improve this Doc View Source

    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 Source

    EventName

    Message event name.

    Declaration
    [JsonIgnore]
    public string EventName { get; }
    Property Value
    Type Description
    System.String
    Remarks

    Equals to GroupMemberPrivilegedList.

    | Improve this Doc View Source

    GroupID

    ID of the group.

    Declaration
    [JsonProperty("id")]
    public uint GroupID { get; }
    Property Value
    Type Description
    System.UInt32
    | Improve this Doc View Source

    Headers

    Message payload headers.

    Declaration
    [JsonIgnore]
    public IDictionary<string, object> Headers { get; }
    Property Value
    Type Description
    System.Collections.Generic.IDictionary<System.String, System.Object>
    | Improve this Doc View Source

    SubscribeToUpdates

    Subscribe to group members' profile updates?

    Declaration
    [JsonProperty("subscribe")]
    public bool SubscribeToUpdates { get; }
    Property Value
    Type Description
    System.Boolean

    Implements

    IHeadersWolfMessage
    IWolfMessage

    Extension Methods

    SerializationHelper.SerializeJsonPayload<T>(T, JsonSerializer)