Uso/Exemplos
import MegaApi from '@zapfacil/mega-api';
const arrayOfInstances = {
60000: 'http://url1',
60200: 'http://url2',
60400: 'http://url3',
60600: 'http://url4',
60800: 'http://url5',
61000: 'http://url6',
61200: 'http://url7',
61400: 'http://url8',
61600: 'http://url9',
};
const megaApi = new MegaAPi({ arrayOfInstances, verbose: boolean });
const response = await megaApi.sendMessage({
instance: 'botInstance',
message: 'This is a message to send',
phoneNumber: 'phoneNumber',
token: 'botToken',
});
Few words
- this lib support multi device.