You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(commands): auto-register OnCommand handlers with Telegram
OnCommand now takes a description; the registered (command, description)
pairs are collected on the Bot (deduped by name) and published to
Telegram via SetMyCommands when the bot starts, so the client command
menu stays in sync with the handlers. Opt out with
Options.DisableCommandRegistration. Registration failure is logged, not
fatal. Update examples and docs for the new signature.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments