Simple Robot 组件 | KOOK
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
Simple Robot 组件 | KOOK
simbot-component-kook-api
/
love.forte.simbot.kook.objects.template
Package-level
declarations
Types
Types
Simple
Template
Link copied to clipboard
@
Serializable
data
class
SimpleTemplate
@
ApiResultType
constructor
(
val
id
:
String
,
val
title
:
String
,
val
type
:
Int
=
0
,
val
msgtype
:
Int
=
1
,
val
status
:
Int
=
0
,
val
testData
:
String
=
""
,
val
testChannel
:
String
=
""
,
val
content
:
String
=
""
)
:
Template
Template
的简单实现。
Template
Link copied to clipboard
interface
Template
消息模板对象,表示一个消息模板。