Search Results for

    Show / Hide Table of Contents

    Class GroupMessageEvent.AnonymousInfo

    Inheritance
    System.Object
    GroupMessageEvent.AnonymousInfo
    Namespace: cqhttp.Cyan.Events.CQEvents
    Assembly: cqhttp.Cyan.dll
    Syntax
    public class AnonymousInfo : object

    Properties

    | Improve this Doc View Source

    flag

    匿名用户 flag,在调用禁言 API 时需要传入

    Declaration
    public string flag { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    id

    匿名用户id

    Declaration
    public long id { get; set; }
    Property Value
    Type Description
    System.Int64
    | Improve this Doc View Source

    name

    匿名用户名称

    Declaration
    public string name { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    ☀
    ☾