Search Results for

    Show / Hide Table of Contents

    Class GroupTable

    Inheritance
    System.Object
    GroupTable
    Namespace: cqhttp.Cyan.Utils
    Assembly: cqhttp.Cyan.dll
    Syntax
    public class GroupTable : Dictionary<long, Dictionary<long, GroupMemberInfo>>

    Properties

    | Improve this Doc View Source

    Item[Int64]

    Declaration
    public Dictionary<long, GroupMemberInfo> this[long group_id] { get; set; }
    Parameters
    Type Name Description
    System.Int64 group_id
    Property Value
    Type Description
    Dictionary<System.Int64, GroupMemberInfo>
    • Improve this Doc
    • View Source
    ☀
    ☾