acidify-core
Toggle table of contents
0.3.0
common
Target filter
common
Switch theme
Search in API
Skip to content
acidify-core
acidify-core
/
org.ntqqrev.acidify.message
/
BotIncomingSegment
/
LightApp
Light
App
class
LightApp
(
val
appName
:
String
,
val
jsonPayload
:
String
)
:
BotIncomingSegment
(
source
)
小程序消息段
Members
Constructors
Light
App
Link copied to clipboard
constructor
(
appName
:
String
,
jsonPayload
:
String
)
Properties
app
Name
Link copied to clipboard
val
appName
:
String
小程序 App Name
json
Payload
Link copied to clipboard
val
jsonPayload
:
String
小程序的 JSON 负载
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String