'How do I extract the data from telegram deep linking?
I'm currently developing a bot for telegram using the Python API and I'm trying to use deep linking to have command parameters running when the user presses the Start button.
For example, my link is http://t.me/mybot?start=parameter How can I process the parameter that was entered ?
Lots of thanks! :)
Solution 1:[1]
Use, context.update.startPayload to get the pay load data.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | kalu bekalu |
