toJson method
Implementation
@override
Map<String, dynamic> toJson() => <String, dynamic>{
'title': title,
'is_forum': isForum,
'is_channel': isChannel,
'description': description,
'location': location?.toJson(),
'message_auto_delete_time': messageAutoDeleteTime,
'for_import': forImport,
'@type': constructor,
};