owpengram-server/internal/app/bots
Astra 86f9b61336 botfather: /start <bot> opens that bot's menu
The "Manage Bot" button on a bot's profile deep-links to @BotFather with
start=<bot username>. parseBotCommand dropped the argument, so /start <bot>
just replied with the generic greeting instead of the per-bot menu.

Route "/start <arg>" to the bot's "What do you want to do?" screen (same as
/mybots then tapping the bot) when <arg> names one of the sender's own bots by
username or id; empty or unknown args keep the greeting.
2026-09-09 15:03:53 +01:00
..
botfather.go botfather: /start <bot> opens that bot's menu 2026-09-09 15:03:53 +01:00
botfather_login_test.go feat: sync bot setup and webhook diagnostics 2026-07-22 00:51:52 +08:00
chatbot.go feat: sync AI compose and ChatBot features 2026-07-03 19:43:20 +08:00
chatbot_test.go feat: sync AI compose and ChatBot features 2026-07-03 19:43:20 +08:00
gifbot.go fix 2026-08-25 00:01:59 +03:00
manage_test.go fix(admin): close PR review blockers 2026-07-23 13:29:04 +08:00
miniapp.go chore: refresh gramsrv public release 2026-06-30 14:37:43 +08:00
mybots.go /mybots: Edit Bot summary screen, return-to-menu, clickable @mentions 2026-09-08 13:44:01 +01:00
mybots_botpic_test.go /mybots: Edit Bot summary screen, return-to-menu, clickable @mentions 2026-09-08 13:44:01 +01:00
mybots_test.go botfather: /start <bot> opens that bot's menu 2026-09-09 15:03:53 +01:00
profile_cache.go chore: refresh gramsrv public release 2026-06-30 14:37:43 +08:00
service.go /mybots: Edit Bot summary screen, return-to-menu, clickable @mentions 2026-09-08 13:44:01 +01:00
service_bot_entities.go /mybots: Edit Bot summary screen, return-to-menu, clickable @mentions 2026-09-08 13:44:01 +01:00
service_bot_entities_test.go fix: sync latest Android and langpack updates 2026-07-02 14:09:24 +08:00
service_test.go Interactive /mybots menu for @BotFather 2026-09-08 13:31:05 +01:00
stickersbot.go feat: sync host-based public app links 2026-07-22 21:43:56 +08:00
stickersbot_test.go feat: sync host-based public app links 2026-07-22 21:43:56 +08:00
verifierbot.go feat: add NFT usernames and bot verification (#22) 2026-07-28 01:18:00 +08:00
verifierbot_test.go added ability to disable third-party verification 2026-08-06 05:27:48 +03:00
verifybot.go Interactive /mybots menu for @BotFather 2026-09-08 13:31:05 +01:00
verifybot_test.go Interactive /mybots menu for @BotFather 2026-09-08 13:31:05 +01:00