toJson method
Implementation
@override
Map<String, dynamic> toJson([dynamic extra]) {
return {
"@type": CONSTRUCTOR,
"old_message_auto_delete_time": oldMessageAutoDeleteTime,
"new_message_auto_delete_time": newMessageAutoDeleteTime,
};
}