simple-robot-component-kook
3.0.0.0-alpha.3
simbot-component-kook-api
/
love.forte.simbot.kook.api.guild
/
GuildMuteList
/
Headset
Headset
data
class
Headset
@
ApiResultType
constructor
(
val
type
:
Int
=
2
,
val
userIds
:
Set
<
CharSequenceID
>
=
emptySet()
)
:
GuildMuteResult
耳机静音信息。
Constructors
Properties
Constructors
Headset
Link copied to clipboard
@
ApiResultType
fun
Headset
(
type
:
Int
=
2
,
userIds
:
Set
<
CharSequenceID
>
=
emptySet()
)
Properties
type
Link copied to clipboard
open
override
val
type
:
Int
=
2
1
代表麦克风闭麦,
2
代表耳机静音。
user
Ids
Link copied to clipboard
open
override
val
userIds
:
Set
<
CharSequenceID
>
对应用户列表. 用户列表没必要出现重复。