hasDeliverAck property
~english Whether the recipient has received the message.
true
: Yes.false
: No. ~end
~chinese 设置送达回执,即接收方是否已收到消息。
true
:是;false
:否。 ~end
Implementation
bool hasDeliverAck = false;
~english Whether the recipient has received the message.
true
: Yes.false
: No.
~end~chinese 设置送达回执,即接收方是否已收到消息。
true
:是;false
:否。
~endbool hasDeliverAck = false;