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.struct
/
BotFaceDetail
Bot
Face
Detail
data
class
BotFaceDetail
(
val
qSid
:
String
,
val
qDes
:
String
,
val
emCode
:
String
,
val
qCid
:
Int
,
val
aniStickerType
:
Int
,
val
aniStickerPackId
:
Int
,
val
aniStickerId
:
Int
,
val
url
:
String
,
val
emojiNameAlias
:
List
<
String
>
,
val
aniStickerWidth
:
Int
,
val
aniStickerHeight
:
Int
)
(
source
)
Bot 表情条目
Members
Constructors
Bot
Face
Detail
Link copied to clipboard
constructor
(
qSid
:
String
,
qDes
:
String
,
emCode
:
String
,
qCid
:
Int
,
aniStickerType
:
Int
,
aniStickerPackId
:
Int
,
aniStickerId
:
Int
,
url
:
String
,
emojiNameAlias
:
List
<
String
>
,
aniStickerWidth
:
Int
,
aniStickerHeight
:
Int
)
Properties
ani
Sticker
Height
Link copied to clipboard
val
aniStickerHeight
:
Int
ani
Sticker
Id
Link copied to clipboard
val
aniStickerId
:
Int
ani
Sticker
Pack
Id
Link copied to clipboard
val
aniStickerPackId
:
Int
ani
Sticker
Type
Link copied to clipboard
val
aniStickerType
:
Int
ani
Sticker
Width
Link copied to clipboard
val
aniStickerWidth
:
Int
em
Code
Link copied to clipboard
val
emCode
:
String
emoji
Name
Alias
Link copied to clipboard
val
emojiNameAlias
:
List
<
String
>
q
Cid
Link copied to clipboard
val
qCid
:
Int
q
Des
Link copied to clipboard
val
qDes
:
String
表情描述
q
Sid
Link copied to clipboard
val
qSid
:
String
表情 ID
url
Link copied to clipboard
val
url
:
String