UNPKG

gamingpe-chatbot

Version:

This chatbot can be used for the Deposit, Withdrawal and Solving query for the pending transaction faster than before.

8 lines (7 loc) 306 B
import { IMessage } from "@/interface/message.interface"; export declare const useMessage: () => { appendMessage: (message: IMessage) => void; initializeTransaction: (content?: string) => void; submitChatHistory: (message: IMessage) => Promise<any>; toggleChatbotVisibility: () => void; };