2
0
mirror of https://github.com/yagop/node-telegram-bot-api synced 2025-08-28 12:57:38 +00:00

Add passport_data message type

Reference: Telegram API Documentation: https://core.telegram.org/bots/api#message
This commit is contained in:
Mohammed Sohail 2018-08-01 22:31:43 +05:30
parent 8b99ccb75c
commit fadf738da4
No known key found for this signature in database
GPG Key ID: 94B6F51820A503F9

View File

@ -37,6 +37,7 @@ const _messageTypes = [
'new_chat_members',
'new_chat_photo',
'new_chat_title',
'passport_data',
'photo',
'pinned_message',
'sticker',