mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-30 04:02:49 +01:00
really?
This commit is contained in:
parent
1c7e784662
commit
d38add1a1c
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ class MockBot:
|
||||||
update.message = message
|
update.message = message
|
||||||
return update
|
return update
|
||||||
|
|
||||||
def setWebhook(self, url=None, certificate=None):
|
def setWebhook(self, webhook_url=None, certificate=None):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def getUpdates(self,
|
def getUpdates(self,
|
||||||
|
|
Loading…
Reference in a new issue