acidify-core
Toggle table of contents
0.6.1
js
Target filter
js
Switch theme
Search in API
Skip to content
acidify-core
acidify-core
/
org.ntqqrev.acidify.js
/
JsBotOutgoingMessageBuilder
Js
Bot
Outgoing
Message
Builder
js
class
JsBotOutgoingMessageBuilder
Members
Functions
face
Link copied to clipboard
js
fun
face
(
faceId
:
Int
,
isLarge
:
Boolean
=
false
)
forward
Link copied to clipboard
js
fun
forward
(
block
:
(
JsBotForwardBlockBuilder
)
->
Promise
<
Unit
>
)
image
Link copied to clipboard
js
fun
image
(
raw
:
ByteArray
,
format
:
ImageFormat
,
width
:
Int
,
height
:
Int
,
subType
:
ImageSubType
=
ImageSubType.NORMAL
,
summary
:
String
=
"[图片]"
)
mention
Link copied to clipboard
js
fun
mention
(
uin
:
Long
?
,
name
:
String
)
record
Link copied to clipboard
js
fun
record
(
rawSilk
:
ByteArray
,
duration
:
Long
)
reply
Link copied to clipboard
js
fun
reply
(
sequence
:
Long
)
text
Link copied to clipboard
js
fun
text
(
text
:
String
)
video
Link copied to clipboard
js
fun
video
(
raw
:
ByteArray
,
width
:
Int
,
height
:
Int
,
duration
:
Long
,
thumb
:
ByteArray
,
thumbFormat
:
ImageFormat
)