grammy 1.26.1 → 1.27.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -10,7 +10,7 @@
10
10
 
11
11
  <!-- deno-fmt-ignore-start -->
12
12
 
13
- [![Bot API](https://img.shields.io/badge/Bot%20API-7.6-blue?logo=telegram&style=flat&labelColor=000&color=3b82f6)](https://core.telegram.org/bots/api)
13
+ [![Bot API](https://img.shields.io/badge/Bot%20API-7.7-blue?logo=telegram&style=flat&labelColor=000&color=3b82f6)](https://core.telegram.org/bots/api)
14
14
  [![Deno](https://shield.deno.dev/x/grammy)](https://deno.land/x/grammy)
15
15
  [![npm](https://img.shields.io/npm/v/grammy?logo=npm&style=flat&labelColor=000&color=3b82f6)](https://www.npmjs.org/package/grammy)
16
16
  [![All Contributors](https://img.shields.io/github/all-contributors/grammyjs/grammy?style=flat&labelColor=000&color=3b82f6)](#contributors-)
package/out/filter.d.ts CHANGED
@@ -47,6 +47,7 @@ declare const UPDATE_KEYS: {
47
47
  readonly migrate_to_chat_id: {};
48
48
  readonly migrate_from_chat_id: {};
49
49
  readonly successful_payment: {};
50
+ readonly refunded_payment: {};
50
51
  readonly boost_added: {};
51
52
  readonly users_shared: {};
52
53
  readonly chat_shared: {};
@@ -170,6 +171,7 @@ declare const UPDATE_KEYS: {
170
171
  readonly migrate_to_chat_id: {};
171
172
  readonly migrate_from_chat_id: {};
172
173
  readonly successful_payment: {};
174
+ readonly refunded_payment: {};
173
175
  readonly boost_added: {};
174
176
  readonly users_shared: {};
175
177
  readonly chat_shared: {};
@@ -479,6 +481,7 @@ declare const UPDATE_KEYS: {
479
481
  readonly migrate_to_chat_id: {};
480
482
  readonly migrate_from_chat_id: {};
481
483
  readonly successful_payment: {};
484
+ readonly refunded_payment: {};
482
485
  readonly boost_added: {};
483
486
  readonly users_shared: {};
484
487
  readonly chat_shared: {};
@@ -602,6 +605,7 @@ declare const UPDATE_KEYS: {
602
605
  readonly migrate_to_chat_id: {};
603
606
  readonly migrate_from_chat_id: {};
604
607
  readonly successful_payment: {};
608
+ readonly refunded_payment: {};
605
609
  readonly boost_added: {};
606
610
  readonly users_shared: {};
607
611
  readonly chat_shared: {};
package/out/filter.js CHANGED
@@ -295,6 +295,7 @@ const MESSAGE_KEYS = {
295
295
  migrate_to_chat_id: {},
296
296
  migrate_from_chat_id: {},
297
297
  successful_payment: {},
298
+ refunded_payment: {},
298
299
  boost_added: {},
299
300
  users_shared: {},
300
301
  chat_shared: {},
package/out/web.mjs CHANGED
@@ -240,6 +240,7 @@ const MESSAGE_KEYS = {
240
240
  migrate_to_chat_id: {},
241
241
  migrate_from_chat_id: {},
242
242
  successful_payment: {},
243
+ refunded_payment: {},
243
244
  boost_added: {},
244
245
  users_shared: {},
245
246
  chat_shared: {},
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "grammy",
3
3
  "description": "The Telegram Bot Framework.",
4
- "version": "1.26.1",
4
+ "version": "1.27.0",
5
5
  "author": "KnorpelSenf",
6
6
  "license": "MIT",
7
7
  "engines": {
@@ -17,7 +17,7 @@
17
17
  "backport": "deno2node tsconfig.json"
18
18
  },
19
19
  "dependencies": {
20
- "@grammyjs/types": "3.10.0",
20
+ "@grammyjs/types": "3.11.0",
21
21
  "abort-controller": "^3.0.0",
22
22
  "debug": "^4.3.4",
23
23
  "node-fetch": "^2.7.0"