2
0
mirror of https://github.com/yagop/node-telegram-bot-api synced 2025-08-29 05:17:41 +00:00

Add animation message type

References: Telegram API Documentation: https://core.telegram.org/bots/api#message
This commit is contained in:
Mohammed Sohail 2018-08-01 22:20:47 +05:30
parent 67c738b0d3
commit 2d3421905c
No known key found for this signature in database
GPG Key ID: 94B6F51820A503F9

View File

@ -21,6 +21,7 @@ let Promise = require('bluebird');
const _messageTypes = [
'text',
'animation',
'audio',
'channel_chat_created',
'contact',