
Find the full walk-through tutorial video for this workflow on YouTube.
This Telegram bot template demonstrates some useful patterns for creating crypto-powered multi-user bot applications like:
Starting with this workflow, you can extend it for many different crypto/onchain applications as well as introduce fees to generate revenue in return for performing onchain actions for your users.
NOTE: This is somewhat advanced setup as it requires the use of datatables, you will need to self-host this workflow.

You'll need to perform the following steps to get this Telegram bot workflow up and running:
User Table & Token Table. The User Table should have chatid, wallet and walletid as columns. The Token Table should have wallet, token, name and chatid as columns. These tables are used to the mappings between your bot users and their wallets and tokens.You can also watch the associated YouTube tutorial for a step-by-step walkthrough of these points.