Package-level declarations

Types

Link copied to clipboard
data class InviteCreated @ApiResultType constructor(val url: String)

API InviteCreateRequest 的响应体。

Link copied to clipboard
class InviteCreateRequest @JvmOverloads constructor(guildId: ID? = null, channelId: ID? = null, duration: Int = DURATION_ONE_WEEK, settingTimes: Int = SETTING_TIMES_UNLIMITED) : KookPostRequest<InviteCreated>
Link copied to clipboard
class InviteDeleteRequest(urlCode: String, guildId: ID? = null, channelId: ID? = null) : KookPostRequest<Unit>
Link copied to clipboard
interface InviteInfo

邀请信息.

Link copied to clipboard
class InviteListRequest(guildId: ID?, channelId: ID?, page: Int = -1, pageSize: Int = -1) : KookGetRequest<KookApiResult.ListData<InviteInfo>>