Search Results for

    Show / Hide Table of Contents

    Class GetGroupMemberListRequest

    获取群员列表,列表项为GroupMemberInfo

    Inheritance
    System.Object
    ApiRequest
    GetGroupMemberListRequest
    Inherited Members
    ApiRequest.api_path
    ApiRequest.response
    ApiRequest.content
    Namespace: cqhttp.Cyan.ApiCall.Requests
    Assembly: cqhttp.Cyan.dll
    Syntax
    public class GetGroupMemberListRequest : ApiRequest

    Constructors

    | Improve this Doc View Source

    GetGroupMemberListRequest(Int64, Boolean)

    Declaration
    public GetGroupMemberListRequest(long group_id, bool no_cache = false)
    Parameters
    Type Name Description
    System.Int64 group_id

    群号码

    System.Boolean no_cache

    是否使用缓存

    • Improve this Doc
    • View Source
    ☀
    ☾