toJson method
Converts an object to JSON.
Implementation
@override
Map<String, dynamic> toJson() {
final returnValue = <String, dynamic>{
"\$hash": "0a4314f5",
"\$name": "MessagesSendWebViewResultMessage",
"botQueryId": botQueryId,
"result": result,
};
// Finished toJson.
return returnValue;
}