Simple Robot Component Mirai
3.0.0.0-M3
simbot-component-mirai-core
/
love.forte.simbot.component.mirai.bot
/
PasswordInfoConfiguration
/
Text
Text
data
class
Text
(
val
text
:
String
)
:
TextPasswordInfoConfiguration
(
source
)
明文密码类型。
{
"type": "text",
"text": "PASSWORD TEXT"
}
Content copied to clipboard
Types
Constructors
Functions
Properties
Constructors
Text
Link copied to clipboard
fun
Text
(
text
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Functions
get
Password
Link copied to clipboard
open
override
fun
getPassword
(
configuration
:
MiraiBotVerifyInfoConfiguration
)
:
String
Properties
text
Link copied to clipboard
val
text
:
String