toggle menu
Simple Robot 组件 | QQ Guild
4.1.2
common
switch theme
search in API
simbot-component-qq-guild-api
/
love.forte.simbot.qguild.api.apipermission
/
DemandApiPermissionApi
/
Body
Body
@
Serializable
data
class
Body
(
val
channelId
:
String
,
val
apiIdentify
:
ApiPermissionDemandIdentify
,
val
desc
:
String
)
(
source
)
用于在
DemandApiPermissionApi
中进行请求的
Members
Constructors
Body
Link copied to clipboard
constructor
(
channelId
:
String
,
apiIdentify
:
ApiPermissionDemandIdentify
,
desc
:
String
)
Properties
api
Identify
Link copied to clipboard
@
SerialName
(
value
=
"api_identify"
)
val
apiIdentify
:
ApiPermissionDemandIdentify
api 权限需求标识对象
channel
Id
Link copied to clipboard
@
SerialName
(
value
=
"channel_id"
)
val
channelId
:
String
授权链接发送的子频道 id
desc
Link copied to clipboard
val
desc
:
String
机器人申请对应的 API 接口权限后可以使用功能的描述