toJson method
Converts an object to JSON.
Implementation
@override
Map<String, dynamic> toJson() {
final returnValue = <String, dynamic>{
'\$hash': 'b8f106e3',
'\$name': 'MessagesSetBotGuestChatResult',
'queryId': queryId,
'result': result,
};
// Finished toJson.
return returnValue;
}