Ticket

data class Ticket(val clientId: String, val token: String, val tokenTypePrefix: String = TokenType.BOT.prefix) : Ticket(source)

Bot Ticket 信息

Constructors

Link copied to clipboard
constructor(clientId: String, token: String, tokenTypePrefix: String = TokenType.BOT.prefix)

Properties

Link copied to clipboard
open override val clientId: String
Link copied to clipboard
open override val token: String
Link copied to clipboard
@SerialName(value = "tokenType")
val tokenTypePrefix: String
Link copied to clipboard
open override val type: TokenType