Factory

object Factory(source)

Types

Link copied to clipboard

语音品质类型枚举。

Functions

Link copied to clipboard
Link copied to clipboard
inline fun create(guildId: String, name: String, block: CreateChannelApi.Builder.() -> Unit): CreateChannelApi

使用 Builder 构建 CreateChannelApi.

fun create(guildId: String, name: String, type: Int? = null, parentId: String? = null, limitAmount: Int? = null, voiceQuality: Int? = null): CreateChannelApi