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

    Class GroupListResponse

    Wolf server's response for GroupListMessage.

    Inheritance
    System.Object
    WolfResponse
    GroupListResponse
    Implements
    IWolfResponse
    Inherited Members
    WolfResponse.StatusCode
    WolfResponse.ErrorCode
    WolfResponse.ErrorMessage
    Namespace: TehGM.Wolfringo.Messages.Responses
    Assembly: Wolfringo.Core.dll
    Syntax
    public class GroupListResponse : WolfResponse, IWolfResponse

    Constructors

    | Improve this Doc View Source

    GroupListResponse()

    Creates a response instance.

    Declaration
    [JsonConstructor]
    protected GroupListResponse()

    Properties

    | Improve this Doc View Source

    UserGroupIDs

    IDs of groups the user is in.

    Declaration
    [JsonProperty("body", ItemConverterType = typeof(EntityIdConverter))]
    public IEnumerable<uint> UserGroupIDs { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<System.UInt32>

    Implements

    IWolfResponse

    Extension Methods

    WolfResponseExtensions.IsSuccess(IWolfResponse)
    WolfResponseExtensions.IsError(IWolfResponse)