toggle menu
Simple Robot 组件 | QQ Guild
4.1.2
common
switch theme
search in API
simbot-component-qq-guild-api
/
love.forte.simbot.qguild.model
/
SimpleGuild
Simple
Guild
@
ApiModel
@
Serializable
data
class
SimpleGuild
(
val
id
:
String
,
val
name
:
String
,
val
icon
:
String
,
val
ownerId
:
String
,
val
isOwner
:
Boolean
,
val
memberCount
:
Int
,
val
maxMembers
:
Int
,
val
description
:
String
,
val
joinedAt
:
String
)
:
Guild
(
source
)
Guild
的基础实现。
Members
Constructors
Simple
Guild
Link copied to clipboard
constructor
(
id
:
String
,
name
:
String
,
icon
:
String
,
ownerId
:
String
,
isOwner
:
Boolean
,
memberCount
:
Int
,
maxMembers
:
Int
,
description
:
String
,
joinedAt
:
String
)
Properties
description
Link copied to clipboard
open
override
val
description
:
String
描述
icon
Link copied to clipboard
open
override
val
icon
:
String
频道头像地址
id
Link copied to clipboard
open
override
val
id
:
String
频道ID
is
Owner
Link copied to clipboard
@
SerialName
(
value
=
"owner"
)
open
override
val
isOwner
:
Boolean
当前人是否是创建人
joined
At
Link copied to clipboard
@
SerialName
(
value
=
"joined_at"
)
open
override
val
joinedAt
:
String
加入时间
max
Members
Link copied to clipboard
@
SerialName
(
value
=
"max_members"
)
open
override
val
maxMembers
:
Int
最大成员数
member
Count
Link copied to clipboard
@
SerialName
(
value
=
"member_count"
)
open
override
val
memberCount
:
Int
成员数
name
Link copied to clipboard
open
override
val
name
:
String
频道名称
owner
Id
Link copied to clipboard
@
SerialName
(
value
=
"owner_id"
)
open
override
val
ownerId
:
String
创建人用户ID