isPhoto property

bool get isPhoto

Check attachment is photo

Implementation

bool get isPhoto => update.type == UpdateType.photo_new;