@grom.js/bot-api-spec 0.7.1 → 0.9.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/dist/methods.gen.d.ts +6 -2
- package/dist/methods.gen.d.ts.map +1 -1
- package/dist/methods.gen.js +335 -119
- package/dist/methods.gen.js.map +1 -1
- package/dist/types.gen.d.ts +8 -2
- package/dist/types.gen.d.ts.map +1 -1
- package/dist/types.gen.js +548 -60
- package/dist/types.gen.js.map +1 -1
- package/package.json +9 -9
- package/src/methods.gen.ts +341 -121
- package/src/types.gen.ts +556 -62
package/dist/types.gen.d.ts
CHANGED
|
@@ -60,6 +60,10 @@ export declare const types: {
|
|
|
60
60
|
WebAppData: ApiType;
|
|
61
61
|
ProximityAlertTriggered: ApiType;
|
|
62
62
|
MessageAutoDeleteTimerChanged: ApiType;
|
|
63
|
+
ManagedBotCreated: ApiType;
|
|
64
|
+
ManagedBotUpdated: ApiType;
|
|
65
|
+
PollOptionAdded: ApiType;
|
|
66
|
+
PollOptionDeleted: ApiType;
|
|
63
67
|
ChatBoostAdded: ApiType;
|
|
64
68
|
BackgroundFill: ApiType;
|
|
65
69
|
BackgroundFillSolid: ApiType;
|
|
@@ -109,6 +113,7 @@ export declare const types: {
|
|
|
109
113
|
KeyboardButton: ApiType;
|
|
110
114
|
KeyboardButtonRequestUsers: ApiType;
|
|
111
115
|
KeyboardButtonRequestChat: ApiType;
|
|
116
|
+
KeyboardButtonRequestManagedBot: ApiType;
|
|
112
117
|
KeyboardButtonPollType: ApiType;
|
|
113
118
|
ReplyKeyboardRemove: ApiType;
|
|
114
119
|
InlineKeyboardMarkup: ApiType;
|
|
@@ -201,6 +206,9 @@ export declare const types: {
|
|
|
201
206
|
BusinessBotRights: ApiType;
|
|
202
207
|
BusinessConnection: ApiType;
|
|
203
208
|
BusinessMessagesDeleted: ApiType;
|
|
209
|
+
SentWebAppMessage: ApiType;
|
|
210
|
+
PreparedInlineMessage: ApiType;
|
|
211
|
+
PreparedKeyboardButton: ApiType;
|
|
204
212
|
ResponseParameters: ApiType;
|
|
205
213
|
InputMedia: ApiType;
|
|
206
214
|
InputMediaPhoto: ApiType;
|
|
@@ -251,8 +259,6 @@ export declare const types: {
|
|
|
251
259
|
InputContactMessageContent: ApiType;
|
|
252
260
|
InputInvoiceMessageContent: ApiType;
|
|
253
261
|
ChosenInlineResult: ApiType;
|
|
254
|
-
SentWebAppMessage: ApiType;
|
|
255
|
-
PreparedInlineMessage: ApiType;
|
|
256
262
|
LabeledPrice: ApiType;
|
|
257
263
|
Invoice: ApiType;
|
|
258
264
|
ShippingAddress: 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;
|
|
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;AAmvnB1C;;;;;GAKG;AACH,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmSjB,CAAA"}
|