hasAudio property

bool get hasAudio

Checks if this message has audio files

Implementation

bool get hasAudio => media.any((m) => m.type == MediaType.audio);