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