mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Added support of "startapp" deep links (#1648)
* Added "startapp" deep link support * Remove link_type param, added create_startapp_link method * Write tests for create_startapp_link method * Refactor with black & isort * Added CHANGELOG
This commit is contained in:
parent
cd4e811856
commit
de240b62ac
3 changed files with 50 additions and 2 deletions
2
CHANGES/1648.feature.rst
Normal file
2
CHANGES/1648.feature.rst
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
Added new method to utils/deep_linking.py module to creating "startapp" deep links, see also
|
||||
https://core.telegram.org/api/links#main-mini-app-links
|
||||
Loading…
Add table
Add a link
Reference in a new issue