updateMessageContentOpened property
The message content was opened. Updates voice note messages to "listened", video note messages to "viewed" and starts the self-destruct timer
Implementation
UpdateMessageContentOpened? get updateMessageContentOpened {
if (this is UpdateMessageContentOpened) {
return this as UpdateMessageContentOpened;
}
return null;
}