We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 888034b commit b010e1aCopy full SHA for b010e1a
src/broadcasts/interfaces/update-broadcast.interface.ts
@@ -11,7 +11,7 @@ export interface UpdateBroadcastOptions {
11
html?: string;
12
text?: string;
13
subject?: string;
14
- replyTo?: string;
+ replyTo?: string[];
15
previewText?: string;
16
}
17
0 commit comments