We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6696a15 commit 02c0a75Copy full SHA for 02c0a75
telegram/utils/webhookhandler.py
@@ -84,7 +84,7 @@ def do_POST(self):
84
self.logger.debug('Webhook received data: ' + json_string)
85
86
update_dict = json.loads(json_string)
87
- self.server.create_references(update_dict)
+ self.server.bot.create_references(update_dict)
88
update = Update.de_json(update_dict)
89
90
self.logger.debug('Received Update with ID %d on Webhook' % update.update_id)
0 commit comments