mirror of
https://github.com/yagop/node-telegram-bot-api
synced 2025-08-29 13:27:44 +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 = [
|
const _messageTypes = [
|
||||||
'text',
|
'text',
|
||||||
|
'animation',
|
||||||
'audio',
|
'audio',
|
||||||
'channel_chat_created',
|
'channel_chat_created',
|
||||||
'contact',
|
'contact',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user