fix: normalize telegram forwarded context (#1090) (thanks @sleontenko)

This commit is contained in:
Peter Steinberger
2026-01-17 18:00:32 +00:00
parent 50c8e74230
commit 1569d29b2d
6 changed files with 300 additions and 2 deletions

View File

@@ -44,6 +44,13 @@ export type MsgContext = {
ReplyToId?: string;
ReplyToBody?: string;
ReplyToSender?: string;
ForwardedFrom?: string;
ForwardedFromType?: string;
ForwardedFromId?: string;
ForwardedFromUsername?: string;
ForwardedFromTitle?: string;
ForwardedFromSignature?: string;
ForwardedDate?: number;
ThreadStarterBody?: string;
ThreadLabel?: string;
MediaPath?: string;