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 +1 -1
- package/out/filter.d.ts +4 -0
- package/out/filter.js +1 -0
- package/out/web.mjs +1 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
|
|
11
11
|
<!-- deno-fmt-ignore-start -->
|
|
12
12
|
|
|
13
|
-
[](https://core.telegram.org/bots/api)
|
|
14
14
|
[](https://deno.land/x/grammy)
|
|
15
15
|
[](https://www.npmjs.org/package/grammy)
|
|
16
16
|
[](#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
package/out/web.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "grammy",
|
|
3
3
|
"description": "The Telegram Bot Framework.",
|
|
4
|
-
"version": "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.
|
|
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"
|