🤖 codex: add telegram reply context

# Conflicts:
#	src/telegram/bot.ts
This commit is contained in:
Peter Steinberger
2025-12-23 02:25:26 +01:00
parent 8431874b15
commit ffe75f3e20
3 changed files with 138 additions and 16 deletions

View File

@@ -3,6 +3,9 @@ export type MsgContext = {
From?: string;
To?: string;
MessageSid?: string;
ReplyToId?: string;
ReplyToBody?: string;
ReplyToSender?: string;
MediaPath?: string;
MediaUrl?: string;
MediaType?: string;