owpengram-server/internal/app/bots
Astra 94b3113a37 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-14 12:00:03 +01:00
..
botfather.go botfather: /start <bot> opens that bot's menu 2026-09-14 12:00:03 +01:00
botfather_login_test.go feat: sync bot setup and webhook diagnostics 2026-07-22 00:51:52 +08:00
chatbot.go merged with fixes 2026-09-09 02:49:30 +03:00
chatbot_test.go merged from gramsrv upstream 2026-09-01 12:06:31 +03:00
gifbot.go fix 2026-08-25 00:01:59 +03:00
gifbot_test.go merged from gramsrv upstream 2026-09-01 12:06:31 +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-14 11:53:43 +01:00
mybots_botpic_test.go /mybots: Edit Bot summary screen, return-to-menu, clickable @mentions 2026-09-14 11:53:43 +01:00
mybots_test.go botfather: /start <bot> opens that bot's menu 2026-09-14 12:00:03 +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-14 11:53:43 +01:00
service_bot_entities.go /mybots: Edit Bot summary screen, return-to-menu, clickable @mentions 2026-09-14 11:53:43 +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-14 11:52:52 +01:00
stickersbot.go merged with fixes 2026-09-09 02:49:30 +03:00
stickersbot_test.go feat: sync host-based public app links 2026-07-22 21:43:56 +08:00
verifierbot.go merged with fixes 2026-09-09 02:49:30 +03:00
verifierbot_test.go merged from gramsrv upstream 2026-09-01 12:06:31 +03:00
verifybot.go Interactive /mybots menu for @BotFather 2026-09-14 11:52:52 +01:00
verifybot_test.go Interactive /mybots menu for @BotFather 2026-09-14 11:52:52 +01:00