diff --git a/src/telegram/bot-message-context.session.ts b/src/telegram/bot-message-context.session.ts index 6932b315dc7..4adfcc84820 100644 --- a/src/telegram/bot-message-context.session.ts +++ b/src/telegram/bot-message-context.session.ts @@ -240,6 +240,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,