Search Results for

    Show / Hide Table of Contents

    Class GetGroupListResult

    Inheritance
    System.Object
    ApiResult
    GetGroupListResult
    Inherited Members
    ApiResult.raw_data
    ApiResult.PreCheck(JToken)
    Namespace: cqhttp.Cyan.ApiCall.Results
    Assembly: cqhttp.Cyan.dll
    Syntax
    public class GetGroupListResult : ApiResult

    Fields

    | Improve this Doc View Source

    groupList

    Declaration
    public List<(long, string)> groupList
    Field Value
    Type Description
    List<System.ValueTuple<System.Int64, System.String>>

    Methods

    | Improve this Doc View Source

    Parse(JToken)

    Declaration
    public override void Parse(JToken result)
    Parameters
    Type Name Description
    JToken result
    Overrides
    ApiResult.Parse(JToken)
    • Improve this Doc
    • View Source
    ☀
    ☾