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