isAudio property

bool get isAudio

Check attachment is audio

Implementation

bool get isAudio => update.type == UpdateType.audio_new;