feat: add reply tags and replyToMode
This commit is contained in:
@@ -79,6 +79,7 @@ export type EmbeddedPiRunResult = {
|
||||
text?: string;
|
||||
mediaUrl?: string;
|
||||
mediaUrls?: string[];
|
||||
replyToId?: string;
|
||||
}>;
|
||||
meta: EmbeddedPiRunMeta;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user