isJoin property

bool get isJoin

Check is user join.

Implementation

bool get isJoin => update.type == UpdateType.group_join;