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 Sourcebusid
cqhttp作者也不知道,我也不知道是干啥的(总线id?那是啥)
Declaration
public long busid { get; set; }
Property Value
Type | Description |
---|---|
System. |
id
Declaration
public string id { get; set; }
Property Value
Type | Description |
---|---|
System. |
name
文件名
Declaration
public string name { get; set; }
Property Value
Type | Description |
---|---|
System. |
size
Declaration
public long size { get; set; }
Property Value
Type | Description |
---|---|
System. |