botanio-node
Botanio for node https://github.com/botanio/sdk/
Example use:
var token = '1cbfbebc-79e9-48f4-89fc-5addab664745' // You can take it here: https://appmetrica.yandex.com/applicationvar botan = token; /** * Track your message * @param * @param * @param * @param * @return {[type]} [description] */botan; /** Where message is: { message_id: 123, from: { id: 123456789, first_name: 'Victor', last_name: 'Petrov', username: '@example' }, chat: { id: 123456789, first_name: 'Victor', last_name: 'Petrov', username: '@example', type: 'private' }, date: 1445763097, text: 'Hello world!' } */