Update deep linking documentation and bump version to 3.19.0
Some checks failed
Tests / tests (macos-latest, 3.10) (push) Has been cancelled
Tests / tests (macos-latest, 3.11) (push) Has been cancelled
Tests / tests (macos-latest, 3.12) (push) Has been cancelled
Tests / tests (macos-latest, 3.13) (push) Has been cancelled
Tests / tests (macos-latest, 3.9) (push) Has been cancelled
Tests / tests (ubuntu-latest, 3.10) (push) Has been cancelled
Tests / tests (ubuntu-latest, 3.11) (push) Has been cancelled
Tests / tests (ubuntu-latest, 3.12) (push) Has been cancelled
Tests / tests (ubuntu-latest, 3.13) (push) Has been cancelled
Tests / tests (ubuntu-latest, 3.9) (push) Has been cancelled
Tests / tests (windows-latest, 3.10) (push) Has been cancelled
Tests / tests (windows-latest, 3.11) (push) Has been cancelled
Tests / tests (windows-latest, 3.12) (push) Has been cancelled
Tests / tests (windows-latest, 3.13) (push) Has been cancelled
Tests / tests (windows-latest, 3.9) (push) Has been cancelled
Tests / pypy-tests (macos-latest, pypy3.10) (push) Has been cancelled
Tests / pypy-tests (macos-latest, pypy3.9) (push) Has been cancelled
Tests / pypy-tests (ubuntu-latest, pypy3.10) (push) Has been cancelled
Tests / pypy-tests (ubuntu-latest, pypy3.9) (push) Has been cancelled

This commit is contained in:
JRoot Junior 2025-03-19 21:04:48 +02:00
parent 658f1fc082
commit 78748d36fd
No known key found for this signature in database
GPG key ID: 738964250D5FF6E2
11 changed files with 76 additions and 42 deletions

View file

@ -1,2 +1,2 @@
__version__ = "3.18.0"
__version__ = "3.19.0"
__api_version__ = "8.3"

View file

@ -31,8 +31,7 @@ async def create_start_link(
"""
Create 'start' deep link with your payload.
If you need to encode payload or pass special characters -
set encode as True
If you need to encode payload or pass special characters - set encode as True
:param bot: bot instance
:param payload: args passed with /start
@ -59,8 +58,7 @@ async def create_startgroup_link(
"""
Create 'startgroup' deep link with your payload.
If you need to encode payload or pass special characters -
set encode as True
If you need to encode payload or pass special characters - set encode as True
:param bot: bot instance
:param payload: args passed with /start
@ -88,8 +86,12 @@ async def create_startapp_link(
"""
Create 'startapp' deep link with your payload.
If you need to encode payload or pass special characters -
set encode as True
If you need to encode payload or pass special characters - set encode as True
**Read more**:
- `Main Mini App links <https://core.telegram.org/api/links#main-mini-app-links>`_
- `Direct mini app links <https://core.telegram.org/api/links#direct-mini-app-links>`_
:param bot: bot instance
:param payload: args passed with /start