toggle menu
Simple Robot 组件 | QQ Guild
4.1.2
common
switch theme
search in API
simbot-component-qq-guild-core
/
love.forte.simbot.component.qguild.message
/
QGSingleMessageReceipt
QGSingle
Message
Receipt
abstract
class
QGSingleMessageReceipt
:
SingleMessageReceipt
,
QGMessageReceipt
(
source
)
代表为一次消息发送请求后的回执结果,是
QGAggregatedMessageReceipt
的元素类型。
Members
Constructors
QGSingle
Message
Receipt
Link copied to clipboard
constructor
(
)
Properties
message
Result
Link copied to clipboard
abstract
val
messageResult
:
Message
QQ频道消息发送api发送消息后得到的回执,也就是消息对象。
Inherited properties
id
Link copied to clipboard
abstract
val
id
:
ID
Inherited functions
delete
Link copied to clipboard
abstract
suspend override
fun
delete
(
vararg
options
:
DeleteOption
)