UNPKG

gamingpe-chatbot

Version:

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

9 lines (8 loc) 190 B
import React from "react"; interface ChatbotProps { apiKey: string; apiSecret: string; playerId: string; } declare const Chatbot: React.FC<ChatbotProps>; export default Chatbot;