StandardMessageReceipt

MessageReceipt 衍生的标准消息回执类型, 提供用于表示独立元素回执的 SingleMessageReceipt 和复合回执的 AggregatedMessageReceipt.

See also

Functions

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

删除此回执所代表的消息。这通常代表为'撤回'相关消息。 如果此回执不支持撤回则可能会恒定的得到 false

Properties

Link copied to clipboard
abstract val isSuccess: Boolean

消息是否发送成功。此属性的 false 一般代表在排除其他所有的 异常情况 下,在正常流程中依然发送失败(例如发送的消息是空的)。 不代表发送中出现了异常,仅代表在过程完全正常的情况下的发送结果。

Inheritors

Link copied to clipboard
Link copied to clipboard