newBot
Parameters
passwordMd5
16 bytes
newBot(123, "") {
// this: BotConfiguration
fileBasedDeviceInfo()
}
Content copied to clipboard
Since
2.7
inline fun newBot(qq: Long, passwordMd5: ByteArray, configuration: BotConfiguration.() -> Unit): Bot
newBot(123, password) {
// this: BotConfiguration
fileBasedDeviceInfo()
}
Content copied to clipboard
Since
2.7
open override fun newBot(qq: Long, authorization: BotAuthorization, configuration: BotConfiguration): Bot
Since
2.15