Simple Robot
Toggle table of contents
4.11.0
common
Platform filter
common
Switch theme
Search in API
Simple Robot
simbot-api
/
love.forte.simbot.message
/
RemoteIDImage
Remote
IDImage
@
Serializable
@
SerialName
(
value
=
"m.std.img.remote.id"
)
data
class
RemoteIDImage
(
val
id
:
ID
)
:
RemoteImage
(
source
)
一个仅基于
ID
的
RemoteImage
基础实现。
Members
Members & Extensions
Constructors
Remote
IDImage
Link copied to clipboard
constructor
(
id
:
ID
)
Properties
id
Link copied to clipboard
open
override
val
id
:
ID
在远程服务器上的唯一标识。
Functions
plus
Link copied to clipboard
operator
fun
Message
.
plus
(
other
:
Message
)
:
Messages
合并两个
Message
为
Messages
。