toJson method
Implementation
@override
Map<String, dynamic> toJson([dynamic extra]) {
return {
"@type": CONSTRUCTOR,
"chat_id": chatId,
"size": size,
"count": count,
"by_file_type": byFileType.map((i) => i.toJson()).toList(),
};
}