I’m looking to mirror the core user areas of our website inside a Telegram bot so that members never need to leave the chat to get things done. The bot must let new users create an account with a simple username-and-password flow, keep track of their active subscriptions (buy, renew, or withdraw), and deliver on-demand account reports. The website already exposes the necessary endpoints; what I need is a clean Telegram interface that calls those endpoints, handles any required authentication tokens, and presents the replies in a user-friendly way. Key deliverables: • Fully functional Telegram bot tied to our production channel • Username/password registration that writes directly to our users table • Subscription management commands: /buy, /renew, /cancel, /withdraw • Command for users to pull their latest report; returned in a readable file or message format we agree on during kickoff • Source code, brief setup guide, and hand-off call so my team can redeploy or extend the bot later Experience with the Telegram Bot API, webhooks, and typical backend stacks (Python, Node, or similar) will be a big plus. If you’ve built bots that interact with external web apps, please share a quick demo or repo link so I can see your style.