feat(telegram): add /support command with support-desk info reply #251
Reference in New Issue
Block a user
Delete Branch "feature/telegram-support-command"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Small bot addition: intercept
/supportin the main Telegram bot with a dedicated handler (registered like/start), replying with a fixed support-desk info message — the operators' working hours and what to include (a description and, when possible, screenshots)./start./supportis added to the bot's command menu (SetMyCommands, localized ru/en)./supportbefore the support relay: the command line itself is not forwarded into an operator topic, while the user's following description still is. Answers in a private chat only.Docs baked in: telegram
README.md,docs/FUNCTIONAL.md(+_rumirror).Tests:
TestHandleSupportRepliesPrivateOnly(private ru / en / group-ignored). Fullgo build/vet/gofmt/test ./platform/telegram/...green locally.