Socket
Socket
Sign inDemoInstall

puregram

Package Overview
Dependencies
11
Maintainers
1
Versions
135
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.9.1 to 2.9.2

2

lib/common/structures/forwarded-message.js

@@ -77,3 +77,3 @@ "use strict";

createdAt: struct.createdAt,
isAutomatic: struct.isAutomatic
isAutomatic: struct.isAutomatic()
};

@@ -80,0 +80,0 @@ return (0, helpers_1.filterPayload)(payload);

@@ -52,2 +52,5 @@ "use strict";

['channel_chat_created', Contexts.ChannelChatCreatedContext],
['chat_join_request', Contexts.ChatJoinRequestContext],
['chat_member', Contexts.ChatMemberContext],
['my_chat_member', Contexts.ChatMemberContext],
['chosen_inline_result', Contexts.ChosenInlineResultContext],

@@ -59,29 +62,27 @@ ['delete_chat_photo', Contexts.DeleteChatPhotoContext],

['left_chat_member', Contexts.LeftChatMemberContext],
['location', Contexts.LocationContext],
['message_auto_delete_timer_changed', Contexts.MessageAutoDeleteTimerChangedContext],
['message', Contexts.MessageContext],
['channel_post', Contexts.MessageContext],
['edited_message', Contexts.MessageContext],
['channel_post', Contexts.MessageContext],
['edited_channel_post', Contexts.MessageContext],
['migrate_from_chat_id', Contexts.MigrateFromChatIdContext],
['migrate_to_chat_id', Contexts.MigrateToChatIdContext],
['migrate_from_chat_id', Contexts.MigrateFromChatIdContext],
['new_chat_members', Contexts.NewChatMembersContext],
['new_chat_photo', Contexts.NewChatPhotoContext],
['new_chat_title', Contexts.NewChatTitleContext],
['passport_data', Contexts.PassportDataContext],
['pinned_message', Contexts.PinnedMessageContext],
['poll_answer', Contexts.PollAnswerContext],
['poll', Contexts.PollContext],
['poll_answer', Contexts.PollAnswerContext],
['chat_member', Contexts.ChatMemberContext],
['my_chat_member', Contexts.ChatMemberContext],
['pre_checkout_query', Contexts.PreCheckoutQueryContext],
['proximity_alert_triggered', Contexts.ProximityAlertTriggeredContext],
['shipping_query', Contexts.ShippingQueryContext],
['successful_payment', Contexts.SuccessfulPaymentContext],
['supergroup_chat_created', Contexts.SupergroupChatCreatedContext],
['message_auto_delete_timer_changed', Contexts.MessageAutoDeleteTimerChangedContext],
['video_chat_ended', Contexts.VideoChatEndedContext],
['video_chat_participants_invited', Contexts.VideoChatParticipantsInvitedContext],
['video_chat_scheduled', Contexts.VideoChatScheduledContext],
['video_chat_started', Contexts.VideoChatStartedContext],
['video_chat_ended', Contexts.VideoChatEndedContext],
['video_chat_participants_invited', Contexts.VideoChatParticipantsInvitedContext],
['web_app_data', Contexts.WebAppDataContext],
['chat_join_request', Contexts.ChatJoinRequestContext],
['proximity_alert_triggered', Contexts.ProximityAlertTriggeredContext],
['passport_data', Contexts.PassportDataContext],
['service_message', Contexts.MessageContext]

@@ -88,0 +89,0 @@ ];

{
"name": "puregram",
"version": "2.9.1",
"version": "2.9.2",
"description": "powerful and modern telegram bot api sdk for node.js and typescript 😁",

@@ -5,0 +5,0 @@ "main": "./lib/index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc