Simple Robot 组件 | KOOK
Toggle table of contents
4.1.1
common
Platform filter
common
Switch theme
Search in API
Simple Robot 组件 | KOOK
simbot-component-kook-core
/
love.forte.simbot.component.kook.bot
/
KookBotVerifyInfoConfiguration
/
Ticket
Ticket
@
Serializable
data
class
Ticket
(
val
clientId
:
String
,
val
token
:
String
,
val
tokenTypePrefix
:
String
=
TokenType.BOT.prefix
)
:
Ticket
(
source
)
Bot Ticket 信息
Members
Constructors
Ticket
Link copied to clipboard
constructor
(
clientId
:
String
,
token
:
String
,
tokenTypePrefix
:
String
=
TokenType.BOT.prefix
)
Properties
client
Id
Link copied to clipboard
open
override
val
clientId
:
String
token
Link copied to clipboard
open
override
val
token
:
String
token
Type
Prefix
Link copied to clipboard
@
SerialName
(
value
=
"tokenType"
)
val
tokenTypePrefix
:
String
type
Link copied to clipboard
open
override
val
type
:
TokenType