Skip to content

Commit

Permalink
fix: Exported the missing options
Browse files Browse the repository at this point in the history
  • Loading branch information
edgardmessias committed Nov 1, 2023
1 parent 020af68 commit 2133e7e
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions src/chat/functions/index.ts
Expand Up @@ -75,10 +75,17 @@ export {
LocationMessageOptions,
sendLocationMessage,
} from './sendLocationMessage';
export { sendOrderMessage } from './sendOrderMessage';
export {
OrderItems,
OrderMessageOptions,
sendOrderMessage,
} from './sendOrderMessage';
export { sendRawMessage } from './sendRawMessage';
export { sendReactionToMessage } from './sendReactionToMessage';
export { sendScheduledCallMessage } from './sendScheduledCallMessage';
export {
ScheduledCallMessageOptions,
sendScheduledCallMessage,
} from './sendScheduledCallMessage';
export { sendTextMessage, TextMessageOptions } from './sendTextMessage';
export {
sendVCardContactMessage,
Expand Down

0 comments on commit 2133e7e

Please sign in to comment.