acidify-core
Toggle table of contents
0.3.0
common
Target filter
common
Switch theme
Search in API
Skip to content
acidify-core
acidify-core
/
org.ntqqrev.acidify.struct
/
BotGroupFolderEntry
Bot
Group
Folder
Entry
data
class
BotGroupFolderEntry
(
val
folderId
:
String
,
val
parentFolderId
:
String
,
val
folderName
:
String
,
val
createTime
:
Long
,
val
modifiedTime
:
Long
,
val
creatorUin
:
Long
,
val
totalFileCount
:
Int
)
(
source
)
群文件夹条目
Members
Constructors
Bot
Group
Folder
Entry
Link copied to clipboard
constructor
(
folderId
:
String
,
parentFolderId
:
String
,
folderName
:
String
,
createTime
:
Long
,
modifiedTime
:
Long
,
creatorUin
:
Long
,
totalFileCount
:
Int
)
Properties
create
Time
Link copied to clipboard
val
createTime
:
Long
创建时间(Unix 时间戳,秒)
creator
Uin
Link copied to clipboard
val
creatorUin
:
Long
创建者 QQ 号
folder
Id
Link copied to clipboard
val
folderId
:
String
文件夹 ID
folder
Name
Link copied to clipboard
val
folderName
:
String
文件夹名称
modified
Time
Link copied to clipboard
val
modifiedTime
:
Long
最后修改时间(Unix 时间戳,秒)
parent
Folder
Id
Link copied to clipboard
val
parentFolderId
:
String
父文件夹 ID
total
File
Count
Link copied to clipboard
val
totalFileCount
:
Int
文件总数