hasReadAck property
getter/setter pair
Whether the recipient has read the message.
true
: Yes.false
: No.
Implementation
bool hasReadAck = false;
Whether the recipient has read the message.
true
: Yes.false
: No.bool hasReadAck = false;