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
/
BotEssenceSegment
Bot
Essence
Segment
sealed
class
BotEssenceSegment
(
source
)
群精华消息段
Inheritors
Text
Face
Image
Video
Members
Types
Face
Link copied to clipboard
data
class
Face
(
val
faceId
:
Int
)
:
BotEssenceSegment
表情消息段
Image
Link copied to clipboard
data
class
Image
(
val
imageUrl
:
String
)
:
BotEssenceSegment
图片消息段
Text
Link copied to clipboard
data
class
Text
(
val
text
:
String
)
:
BotEssenceSegment
文本消息段
Video
Link copied to clipboard
data
class
Video
(
val
thumbnailUrl
:
String
)
:
BotEssenceSegment
视频消息段