@effect-ak/tg-bot-client 0.4.0 → 0.4.1
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/dist/index.js +2 -9
- package/dist/index.mjs +2 -9
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -257,7 +257,7 @@ var fetchAndHandle = ({ state, settings, handlers }) => Micro2.gen(function* ()
|
|
|
257
257
|
updateKey: Object.keys(update).at(1),
|
|
258
258
|
name: error._tag
|
|
259
259
|
});
|
|
260
|
-
return Micro2.succeed(
|
|
260
|
+
return Micro2.succeed(void 0);
|
|
261
261
|
})
|
|
262
262
|
),
|
|
263
263
|
{
|
|
@@ -336,14 +336,7 @@ var handleUpdate = (updateObject, settings, handlers) => Micro2.gen(function* ()
|
|
|
336
336
|
reply_parameters: {
|
|
337
337
|
message_id: updateObject.message?.message_id
|
|
338
338
|
}
|
|
339
|
-
} : void 0
|
|
340
|
-
reply_markup: {
|
|
341
|
-
inline_keyboard: [
|
|
342
|
-
[
|
|
343
|
-
{ text: "Repeat", callback_data: "fix:123" }
|
|
344
|
-
]
|
|
345
|
-
]
|
|
346
|
-
}
|
|
339
|
+
} : void 0
|
|
347
340
|
})
|
|
348
341
|
);
|
|
349
342
|
})
|
package/dist/index.mjs
CHANGED
|
@@ -211,7 +211,7 @@ var fetchAndHandle = ({ state, settings, handlers }) => Micro2.gen(function* ()
|
|
|
211
211
|
updateKey: Object.keys(update).at(1),
|
|
212
212
|
name: error._tag
|
|
213
213
|
});
|
|
214
|
-
return Micro2.succeed(
|
|
214
|
+
return Micro2.succeed(void 0);
|
|
215
215
|
})
|
|
216
216
|
),
|
|
217
217
|
{
|
|
@@ -290,14 +290,7 @@ var handleUpdate = (updateObject, settings, handlers) => Micro2.gen(function* ()
|
|
|
290
290
|
reply_parameters: {
|
|
291
291
|
message_id: updateObject.message?.message_id
|
|
292
292
|
}
|
|
293
|
-
} : void 0
|
|
294
|
-
reply_markup: {
|
|
295
|
-
inline_keyboard: [
|
|
296
|
-
[
|
|
297
|
-
{ text: "Repeat", callback_data: "fix:123" }
|
|
298
|
-
]
|
|
299
|
-
]
|
|
300
|
-
}
|
|
293
|
+
} : void 0
|
|
301
294
|
})
|
|
302
295
|
);
|
|
303
296
|
})
|