refactor(auto-reply): split reply helpers
This commit is contained in:
9
src/auto-reply/types.ts
Normal file
9
src/auto-reply/types.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
export type GetReplyOptions = {
|
||||
onReplyStart?: () => Promise<void> | void;
|
||||
};
|
||||
|
||||
export type ReplyPayload = {
|
||||
text?: string;
|
||||
mediaUrl?: string;
|
||||
mediaUrls?: string[];
|
||||
};
|
||||
Reference in New Issue
Block a user