This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

tamtam
TypeScript icon, indicating that this package has built-in type declarations

1.0.10 • Public • Published

npm downloads code coverage

tamtam

tamtam is a powerful Node.js package which allows you to easily work with TamTam API!

Installation

Yarn

yarn add tamtam

NPM

npm i tamtam -S

Example usage

let { TamTam } = require('tamtam');
 
let tamtam = new TamTam({
  token: 'CO-q7O0h33GT1FkCDyWfMGJi6RtjWIJrLVGB3l7CPR4',
});
 
/* ... */
 
tamtam.api.messages.send({
  chat_id: chatId,
  text: 'Hi there boys!',
}).then(console.log).catch(console.error);

More examples you can see here.

API

API review you can find here.

Links

TamTam channel

TamTam RU chat

TamTam EN chat

VK chat

Package Sidebar

Install

npm i tamtam

Weekly Downloads

1

Version

1.0.10

License

MIT

Unpacked Size

101 kB

Total Files

65

Last publish

Collaborators

  • nitrojs