isEdit property

bool get isEdit

Check is message edit.

Implementation

bool get isEdit => update.type == UpdateType.message_edit;