mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Fixed tests
This commit is contained in:
parent
2aa4a9fe31
commit
2e6eed0949
25 changed files with 670 additions and 515 deletions
|
|
@ -9,7 +9,7 @@ account to their account on some external service.
|
|||
You can read detailed description in the source:
|
||||
https://core.telegram.org/bots#deep-linking
|
||||
|
||||
We have add some utils to get deep links more handy.
|
||||
We have added some utils to get deep links more handy.
|
||||
|
||||
Basic link example:
|
||||
|
||||
|
|
|
|||
|
|
@ -2,5 +2,5 @@ class AiogramWarning(Warning):
|
|||
pass
|
||||
|
||||
|
||||
class CodeHasNoEffect(AiogramWarning):
|
||||
class Recommendation(AiogramWarning):
|
||||
pass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue