QGMessageReceipt

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

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

更多说明参考 sendMessage 的文档说明。

Author

ForteScarlet

See also

Inheritors

Functions

Link copied to clipboard
open suspend override fun delete(vararg options: DeleteOption)

消息暂时不支持撤回。 如果 options 不包含 StandardDeleteOption.IGNORE_ON_UNSUPPORTED 则会抛出 UnsupportedOperationException 异常。