|
|
|
@ -24,7 +24,7 @@ const _messageTypes = [ |
|
|
|
'location', 'new_chat_members', 'left_chat_member', 'new_chat_title', |
|
|
|
'location', 'new_chat_members', 'left_chat_member', 'new_chat_title', |
|
|
|
'new_chat_photo', 'delete_chat_photo', 'group_chat_created', 'game', 'pinned_message', |
|
|
|
'new_chat_photo', 'delete_chat_photo', 'group_chat_created', 'game', 'pinned_message', |
|
|
|
'migrate_from_chat_id', 'migrate_to_chat_id', 'channel_chat_created', 'supergroup_chat_created', |
|
|
|
'migrate_from_chat_id', 'migrate_to_chat_id', 'channel_chat_created', 'supergroup_chat_created', |
|
|
|
'successful_payment', 'invoice' |
|
|
|
'successful_payment', 'invoice', 'video_note' |
|
|
|
]; |
|
|
|
]; |
|
|
|
const _deprecatedMessageTypes = [ |
|
|
|
const _deprecatedMessageTypes = [ |
|
|
|
'new_chat_participant', 'left_chat_participant' |
|
|
|
'new_chat_participant', 'left_chat_participant' |
|
|
|
|