1.0.10 • Published 5 years ago

tamtam v1.0.10

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

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

1.0.10

5 years ago

1.0.9

5 years ago

1.0.9-rc.3

5 years ago

1.0.9-rc.2

5 years ago

1.0.9-rc.1

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.7-rc.1

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.3-rc.2

5 years ago

1.0.3-rc.1

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago