Simple Robot 组件 | KOOK
Toggle table of contents
4.1.2-SNAPSHOT
common
Platform filter
common
Switch theme
Search in API
Simple Robot 组件 | KOOK
simbot-component-kook-api
/
love.forte.simbot.kook.objects
/
SimpleGuildWithRolesAndChannels
/
SimpleGuildWithRolesAndChannels
Simple
Guild
With
Roles
And
Channels
constructor
(
id
:
String
,
name
:
String
,
topic
:
String
,
userId
:
String
,
icon
:
String
,
notifyType
:
Int
,
region
:
String
,
enableOpen
:
Boolean
,
openId
:
String
,
defaultChannelId
:
String
,
welcomeChannelId
:
String
,
roles
:
List
<
SimpleRole
>
=
emptyList()
,
channels
:
List
<
SimpleChannel
>
=
emptyList()
)
(
source
)