QGMessageReceipt

QQ频道中消息发送后的回执。可能代表一个 单回执 或一个 聚合回执

在发送消息时,如果消息链中出现了无法在同一次 MessageSendApi 中就请求的内容,则会将请求拆分为多个请求,并将多个消息合并为一个 QGAggregatedMessageReceipt

更多说明参考 love.forte.simbot.component.qguild.message.sendMessage 的文档说明。

Author

ForteScarlet

See also

Inheritors

Functions

Link copied to clipboard
open suspend override fun delete(): Boolean

消息暂时不支持撤回。始终得到 false

Link copied to clipboard
Link copied to clipboard

Properties

Link copied to clipboard
abstract override val isSuccess: Boolean

是否发送成功。 能得到此类型即说明消息已发送成功,始终为 true