toJson method
Converts an object to JSON.
Implementation
@override
Map<String, dynamic> toJson() {
final returnValue = <String, dynamic>{
'\$hash': '88bf9319',
'\$name': 'InputBotInlineResult',
'flags': flags,
'id': id,
'type': type,
'title': title,
'description': description,
'url': url,
'thumb': thumb,
'content': content,
'sendMessage': sendMessage,
};
// Finished toJson.
return returnValue;
}