Premium
Telegram Bot
Add transactions directly from Telegram with text or receipt photos.
The Telegram bot lets you manage your finances right in the messenger - add transactions with commands, free-form text, or receipt photos.
Account Linking
- Open Settings in Finapp
- Tap "Get Code" in the Telegram section
- Send the bot
/link CODE
Commands
Transactions
| Command | Example | Description |
|---|---|---|
/e or /expense | /e 500 Food | Expense |
/i or /income | /i 1000 Salary | Income |
/t or /transfer | /t 500 Card, Cash | Transfer |
| Quick expense | 500 Food | Same as /e 500 Food |
Format
/e AMOUNT Category [Wallet] [description]
/i AMOUNT Category [Wallet] [description]
/t AMOUNT From > To
Examples:
500 Food- expense, last used wallet (or first by order if no history)/e 500 Food Card- expense to "Card" wallet/e 500 Food Card dinner with friends- with wallet and description/i 1000 Salary- income
Transfer separators: , > → ->
/t 500 Card, Cash/t 500 Card > Cash/t 500 Card -> Cash
Lists
| Command | Description |
|---|---|
/w or /wallets | List wallets |
/c or /categories | List categories |
Account
| Command | Description |
|---|---|
/start | Get started |
/link CODE | Link account |
/unlink | Unlink account |
/help | Available commands |
Free-form Text
Write anything - the bot determines the type, amount, category and wallet automatically:
bought groceries 1500
coffee 200 cash
salary 80000
transferred 5000 from card to cash
groceries 2800, taxi 450
Multiple transactions can be written in a single message separated by commas - the bot will create each one separately.
If something is ambiguous - the bot will ask for clarification.
Photo Recognition
Send a receipt photo - the bot extracts the data and suggests a transaction.
Next Steps
- Overview - how Premium extends the base app with Nuxt Layers
- Deployment - deploy the Premium app to Vercel