diff --git a/src/telegram.js b/src/telegram.js index 34c1383..878997c 100644 --- a/src/telegram.js +++ b/src/telegram.js @@ -21,6 +21,7 @@ let Promise = require('bluebird'); const _messageTypes = [ 'text', + 'animation', 'audio', 'channel_chat_created', 'contact',