Socket
Socket
Sign inDemoInstall

puregram

Package Overview
Dependencies
Maintainers
1
Versions
136
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

puregram - npm Package Compare versions

Comparing version 1.1.2-rc.3 to 1.1.2

2

package.json
{
"name": "puregram",
"version": "1.1.2-rc.3",
"version": "1.1.2",
"main": "src/index.js",

@@ -5,0 +5,0 @@ "repository": {

@@ -474,13 +474,7 @@ import Params from '../typings/params';

* Use this method to delete a message, including service messages, with the following limitations:
*
* - A message can only be deleted if it was sent less than 48 hours ago.
*
* - Bots can delete outgoing messages in private chats, groups, and supergroups.
*
* - Bots can delete incoming messages in private chats.
*
* - Bots granted can_post_messages permissions can delete outgoing messages in channels.
*
* - If the bot is an administrator of a group, it can delete any message there.
*
* - If the bot has can_delete_messages permission in a supergroup or a channel, it can delete any message there.

@@ -550,3 +544,4 @@ *

/**
* Use this method to set the thumbnail of a sticker set. Animated thumbnails can be set for animated sticker sets only.
* Use this method to set the thumbnail of a sticker set.
* Animated thumbnails can be set for animated sticker sets only.
*

@@ -581,3 +576,3 @@ * Returns `True` on success.

*/
answerShippingQuery(params?: Params.IAnswerShippingQueryParams): Promise<true>;
answerShippingQuery(params?: Params.AnswerShippingQueryParams): Promise<true>;

@@ -599,3 +594,3 @@ /**

*/
answerPreCheckoutQuery(params?: Params.IAnswerPreCheckoutQueryParams): Promise<true>;
answerPreCheckoutQuery(params?: Params.AnswerPreCheckoutQueryParams): Promise<true>;

@@ -602,0 +597,0 @@ /**

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚑️ by Socket Inc