Search Results for

    Show / Hide Table of Contents

    Class GroupUploadEvent.FileInfo

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

    Properties

    | Improve this Doc View Source

    busid

    cqhttp作者也不知道,我也不知道是干啥的(总线id?那是啥)

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

    id

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

    name

    文件名

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

    size

    Declaration
    public long size { get; set; }
    Property Value
    Type Description
    System.Int64
    • Improve this Doc
    • View Source
    ☀
    ☾