fix: ignore Telegram start pings

This commit is contained in:
Robert DaSilva 2026-05-23 15:18:57 -04:00 committed by Teknium
parent 8807b1c727
commit efa952531b
4 changed files with 59 additions and 0 deletions

View file

@ -63,6 +63,8 @@ class CommandDef:
COMMAND_REGISTRY: list[CommandDef] = [
# Session
CommandDef("start", "Acknowledge platform start pings without a reply", "Session",
gateway_only=True),
CommandDef("new", "Start a new session (fresh session ID + history)", "Session",
aliases=("reset",), args_hint="[name]"),
CommandDef("topic", "Enable or inspect Telegram DM topic sessions", "Session",