isNew property

bool get isNew

Check is message new.

Implementation

bool get isNew => update.type == UpdateType.message_new;