upload

abstract suspend fun upload(contact: Contact): MiraiImage(source)

将当前_预处理_图片消息对象通过 contact 上传为一个具体的图片消息对象。

See also


open suspend fun upload(contactContainer: MiraiContactContainer): MiraiImage(source)

将当前的 MiraiSendOnlyImage 消息对象通过 contactContainer.contact 上传为一个具体的图片消息对象。

See also