messageAutoDeleteTime property

  1. @JsonKey(name: 'message_auto_delete_time')
int get messageAutoDeleteTime
inherited

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;