@grom.js/bot-api-spec 0.5.0 → 0.6.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 +85 -9
- package/dist/methods.gen.d.ts +3 -1
- package/dist/methods.gen.d.ts.map +1 -1
- package/dist/methods.gen.js +3 -1
- package/dist/methods.gen.js.map +1 -1
- package/dist/types.gen.d.ts +3 -1
- package/dist/types.gen.d.ts.map +1 -1
- package/dist/types.gen.js +3 -1
- package/dist/types.gen.js.map +1 -1
- package/package.json +1 -1
- package/src/methods.gen.ts +3 -1
- package/src/types.gen.ts +3 -1
package/dist/types.gen.d.ts
CHANGED
|
@@ -6,7 +6,9 @@
|
|
|
6
6
|
import type { ApiType } from './format.ts';
|
|
7
7
|
/**
|
|
8
8
|
* Definition of all Bot API types as an object.
|
|
9
|
-
*
|
|
9
|
+
*
|
|
10
|
+
* Properties are defined in the same order as they appear in the
|
|
11
|
+
* {@link https://core.telegram.org/bots/api Telegram Bot API documentation}.
|
|
10
12
|
*/
|
|
11
13
|
export declare const types: {
|
|
12
14
|
Update: ApiType;
|
package/dist/types.gen.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.gen.d.ts","sourceRoot":"","sources":["../src/types.gen.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,aAAa,CAAA;AAm1mB1C
|
|
1
|
+
{"version":3,"file":"types.gen.d.ts","sourceRoot":"","sources":["../src/types.gen.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,aAAa,CAAA;AAm1mB1C;;;;;GAKG;AACH,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyRjB,CAAA"}
|
package/dist/types.gen.js
CHANGED
|
@@ -19517,7 +19517,9 @@ const GameHighScore = t({
|
|
|
19517
19517
|
});
|
|
19518
19518
|
/**
|
|
19519
19519
|
* Definition of all Bot API types as an object.
|
|
19520
|
-
*
|
|
19520
|
+
*
|
|
19521
|
+
* Properties are defined in the same order as they appear in the
|
|
19522
|
+
* {@link https://core.telegram.org/bots/api Telegram Bot API documentation}.
|
|
19521
19523
|
*/
|
|
19522
19524
|
export const types = {
|
|
19523
19525
|
Update,
|