BOOOOOOOL

This commit is contained in:
Alex Root Junior 2017-06-09 14:58:13 +03:00
parent cc6fbef8ea
commit a7e37797bf

View file

@ -92,7 +92,7 @@ class Bot(BaseBot):
:param certificate: file
:param max_connections: int
:param allowed_updates: list of str
:return: :class:`aiogram.types.WebhookInfo`
:return: bool
"""
return await super(Bot, self).set_webhook(url, certificate, max_connections)