mirai
2.16.0
common
mirai-core-api
/
net.mamoe.mirai.message.data
/
InternalImageProtocol
Internal
Image
Protocol
@
MiraiInternalApi
interface
InternalImageProtocol
内部图片协议实现
Since
2.9.0-M1
Members
Types
Companion
Link copied to clipboard
@
MiraiInternalApi
object
Companion
Functions
create
Image
Link copied to clipboard
abstract
fun
createImage
(
imageId
:
String
,
size
:
Long
,
type
:
ImageType
=
ImageType.UNKNOWN
,
width
:
Int
=
0
,
height
:
Int
=
0
,
isEmoji
:
Boolean
=
false
)
:
Image
is
Uploaded
Link copied to clipboard
abstract
suspend
fun
isUploaded
(
bot
:
Bot
,
md5
:
ByteArray
,
size
:
Long
,
context
:
Contact
?
=
null
,
type
:
ImageType
=
ImageType.UNKNOWN
,
width
:
Int
=
0
,
height
:
Int
=
0
)
:
Boolean