BotFactory
See also
Types
BotConfigurationLambda
Link copied to clipboard
相当于 Kotlin lambda BotConfiguration.() -> Unit
和 Java Consumer<BotConfiguration>
INSTANCE
Link copied to clipboard
Functions
newBot
Link copied to clipboard
open fun newBot(qq: Long, passwordMd5: ByteArray, configuration: BotFactory.BotConfigurationLambda): Bot
Content copied to clipboard
abstract fun newBot(qq: Long, passwordMd5: ByteArray, configuration: BotConfiguration): Bot
Content copied to clipboard
open fun newBot(qq: Long, password: String, configuration: BotFactory.BotConfigurationLambda): Bot
Content copied to clipboard
abstract fun newBot(qq: Long, password: String, configuration: BotConfiguration): Bot
Content copied to clipboard
Inheritors
INSTANCE
Link copied to clipboard