mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
updated deprecation text
Co-authored-by: Martin Winks <mpa@snejugal.ru>
This commit is contained in:
parent
e2c7c4f0fc
commit
6880c65c73
1 changed files with 1 additions and 1 deletions
|
|
@ -174,7 +174,7 @@ class BaseBot:
|
|||
finally:
|
||||
self._ctx_token.reset(token)
|
||||
|
||||
@deprecated("This method behaviour will be changed in aiogram v3.0. "
|
||||
@deprecated("This method's behavior will be changed in aiogram v3.0. "
|
||||
"More info: https://core.telegram.org/bots/api#close")
|
||||
async def close(self):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue