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:
parent
67c738b0d3
commit
2d3421905c
@ -21,6 +21,7 @@ let Promise = require('bluebird');
|
||||
|
||||
const _messageTypes = [
|
||||
'text',
|
||||
'animation',
|
||||
'audio',
|
||||
'channel_chat_created',
|
||||
'contact',
|
||||
|
Loading…
x
Reference in New Issue
Block a user