export type GetReplyOptions = { onReplyStart?: () => Promise | void; }; export type ReplyPayload = { text?: string; mediaUrl?: string; mediaUrls?: string[]; };