mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-07 16:51:25 +00:00
fix(telegram): link forwarded messages with comments (#9720)
Merged via /review-pr -> /prepare-pr -> /merge-pr.
Prepared head SHA: 5f81061b5f
Co-authored-by: mcaxtr <7562095+mcaxtr@users.noreply.github.com>
Co-authored-by: obviyus <22031114+obviyus@users.noreply.github.com>
Reviewed-by: @obviyus
This commit is contained in:
@@ -59,6 +59,13 @@ export type MsgContext = {
|
||||
ReplyToBody?: string;
|
||||
ReplyToSender?: string;
|
||||
ReplyToIsQuote?: boolean;
|
||||
/** Forward origin from the reply target (when reply_to_message is a forwarded message). */
|
||||
ReplyToForwardedFrom?: string;
|
||||
ReplyToForwardedFromType?: string;
|
||||
ReplyToForwardedFromId?: string;
|
||||
ReplyToForwardedFromUsername?: string;
|
||||
ReplyToForwardedFromTitle?: string;
|
||||
ReplyToForwardedDate?: number;
|
||||
ForwardedFrom?: string;
|
||||
ForwardedFromType?: string;
|
||||
ForwardedFromId?: string;
|
||||
|
||||
Reference in New Issue
Block a user