fix: ignore Telegram start pings

This commit is contained in:
Robert DaSilva
2026-05-27 02:41:24 -07:00
committed by Teknium
parent 8807b1c727
commit efa952531b
4 changed files with 59 additions and 0 deletions
+2
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",