toJson method
Implementation
@override
Map<String, dynamic> toJson() => <String, dynamic>{
'shortcut_name': shortcutName,
'reply_to_message_id': replyToMessageId,
'query_id': queryId,
'result_id': resultId,
'hide_via_bot': hideViaBot,
'@type': constructor,
};