Package-level declarations

Types

Link copied to clipboard
data class Me @ApiResultType constructor(val id: CharSequenceID, val username: String, val identifyNum: String, val isOnline: Boolean, val status: Int, val avatar: String, val vipAvatar: String? = null, val isBot: Boolean, val mobileVerified: Boolean, val nickname: String = username, val roles: List<LongID> = emptyList()) : User

api MeRequest 的响应体。

Link copied to clipboard
Link copied to clipboard
class UserViewRequest(userId: ID, guildId: ID) : KookGetRequest<User>

查询用户信息