messageAutoDeleteTime property
New auto-delete time for messages in the chat; in seconds
Note: you can also use the getter timeInDuration
to get the time in
Duration object
Implementation
@JsonKey(name: 'message_auto_delete_time')
int get messageAutoDeleteTime;