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
/
Face
Face
class
Face
(
val
faceId
:
Int
,
val
summary
:
String
,
val
isLarge
:
Boolean
)
:
BotIncomingSegment
(
source
)
表情消息段
Members
Constructors
Face
Link copied to clipboard
constructor
(
faceId
:
Int
,
summary
:
String
,
isLarge
:
Boolean
)
Properties
face
Id
Link copied to clipboard
val
faceId
:
Int
表情 ID
is
Large
Link copied to clipboard
val
isLarge
:
Boolean
是否为超级表情
summary
Link copied to clipboard
val
summary
:
String
表情的文本描述
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String