mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-04 12:29:04 +00:00
feat: add reply tags and replyToMode
This commit is contained in:
@@ -9,4 +9,5 @@ export type ReplyPayload = {
|
||||
text?: string;
|
||||
mediaUrl?: string;
|
||||
mediaUrls?: string[];
|
||||
replyToId?: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user