messageSelfDestructTypeTimer property
The message will be self-destructed in the specified time after its content was opened
Implementation
MessageSelfDestructTypeTimer? get messageSelfDestructTypeTimer {
if (this is MessageSelfDestructTypeTimer) {
return this as MessageSelfDestructTypeTimer;
}
return null;
}