Simple Robot Component Mirai
3.0.0.0-M3
simbot-component-mirai-core
/
love.forte.simbot.component.mirai.bot
/
PasswordInfoConfiguration
/
Md5Text
Md5Text
data
class
Md5Text
(
val
md5
:
String
)
:
Md5BytesPasswordInfoConfiguration
(
source
)
MD5密码(字符串)类型。
{
"type": "md5_text",
"md5": "e807f1fcf82d112f2bb018ca6738a19f"
}
Content copied to clipboard
Types
Constructors
Functions
Properties
Constructors
Md5Text
Link copied to clipboard
fun
Md5Text
(
md5
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Functions
get
Password
Link copied to clipboard
open
override
fun
getPassword
(
configuration
:
MiraiBotVerifyInfoConfiguration
)
:
ByteArray
Properties
md5
Link copied to clipboard
val
md5
:
String