fix(commands): harden fast status and Telegram callbacks

This commit is contained in:
Vincent Koc
2026-03-30 09:32:45 +09:00
parent 8657b65b05
commit 3034adfdb3
13 changed files with 121 additions and 12 deletions

View File

@@ -244,6 +244,7 @@ export async function buildTelegramInboundContextPayload(params: {
StickerMediaIncluded: allMedia[0]?.stickerMetadata ? !stickerCacheHit : undefined,
...(locationData ? toLocationContext(locationData) : undefined),
CommandAuthorized: commandAuthorized,
CommandSource: options?.commandSource,
MessageThreadId: threadSpec.id,
IsForum: isForum,
OriginatingChannel: "telegram" as const,