isWallComment property

bool get isWallComment

Check is wall comment.

Implementation

bool get isWallComment => _wallReplyEvents.contains(update.type);