Simple Robot
Toggle table of contents
5.0.0-Preview2
common
Target filter
common
Switch theme
Search in API
Skip to content
Simple Robot
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
)