1
0
mirror of https://github.com/eternnoir/pyTelegramBotAPI.git synced 2023-08-10 21:12:57 +03:00

Update deep_linking.py

add '#!/usr/bin/python' for direct execute
This commit is contained in:
khode-mohsen
2018-10-19 03:47:19 +03:30
committed by GitHub
parent b8f442d06b
commit 76fc8fbe5e

View File

@ -1,3 +1,5 @@
#!/usr/bin/python
# This example shows how to implement deep linking (https://core.telegram.org/bots#deep-linking)
# with the pyTelegramBotAPI.
# Note: This is not a working, production-ready sample.