Reply: expose shared interactive payloads

This commit is contained in:
Vincent Koc
2026-03-15 18:42:38 -07:00
parent 60648a51b3
commit 96e6ba3046

View File

@@ -1,4 +1,5 @@
import type { ImageContent } from "@mariozechner/pi-ai";
import type { InteractiveReply } from "../interactive/payload.js";
import type { TypingController } from "./reply/typing.js";
export type BlockReplyContext = {
@@ -76,6 +77,7 @@ export type ReplyPayload = {
text?: string;
mediaUrl?: string;
mediaUrls?: string[];
interactive?: InteractiveReply;
btw?: {
question: string;
};