INSTANCE
Functions
Link copied to clipboard
inline fun newBot( qq: Long, passwordMd5: ByteArray, configuration: BotConfiguration.() -> Unit): Bot
Content copied to clipboard
open override fun newBot( qq: Long, passwordMd5: ByteArray, configuration: BotConfiguration): Bot
Content copied to clipboard
inline fun newBot( qq: Long, password: String, configuration: BotConfiguration.() -> Unit): Bot
Content copied to clipboard
open override fun newBot( qq: Long, password: String, configuration: BotConfiguration): Bot
Content copied to clipboard
open fun newBot( qq: Long, passwordMd5: ByteArray, configuration: BotFactory.BotConfigurationLambda): Bot
Content copied to clipboard
open fun newBot( qq: Long, password: String, configuration: BotFactory.BotConfigurationLambda): Bot
Content copied to clipboard