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
/
BotGroupData
Bot
Group
Data
data
class
BotGroupData
(
val
uin
:
Long
,
val
name
:
String
,
val
memberCount
:
Int
,
val
capacity
:
Int
)
(
source
)
Bot 群数据
Members
Constructors
Bot
Group
Data
Link copied to clipboard
constructor
(
uin
:
Long
,
name
:
String
,
memberCount
:
Int
,
capacity
:
Int
)
Properties
capacity
Link copied to clipboard
val
capacity
:
Int
群容量
member
Count
Link copied to clipboard
val
memberCount
:
Int
群成员数量
name
Link copied to clipboard
val
name
:
String
群名称
uin
Link copied to clipboard
val
uin
:
Long
群的 uin(群号)