hasRead property

bool hasRead
getter/setter pair

~english Whether the message is read.

  • true: Yes.
  • false: No. ~end

~chinese 查看消息是否已读。

  • true:是;
  • false:否。 ~end

Implementation

bool hasRead = false;