isWasListened property

bool? get isWasListened

Whether the attached audio message has already been listened to by you.

Implementation

bool? get isWasListened => message['was_listened'];