TencentGuildUsageBuilder

interface TencentGuildUsageBuilder<A : Application>

使用在 useTencentGuild 函数中,用于同时针对 TencentGuildComponentTencentGuildBotManager 进行配置。

See also

Functions

Link copied to clipboard
abstract fun botManager(configurator: TencentGuildBotManagerConfiguration.(perceivable: CompletionPerceivable<A>) -> Unit)

追加一个安装 TencentGuildBotManager 时候使用的配置。

Link copied to clipboard
abstract fun component(configurator: TencentGuildComponentConfiguration.(perceivable: CompletionPerceivable<A>) -> Unit)

追加一个安装 TencentGuildComponent 时候使用的配置。