isVideo property

bool get isVideo

Check attachment is video

Implementation

bool get isVideo => update.type == UpdateType.video_new;