issues
search
xooniverse
/
televerse
Your gateway to seamless Telegram Bot Development 💙
https://televerse.xooniverse.com
BSD 3-Clause "New" or "Revised" License
64
stars
11
forks
source link
Supports serverless & exceptions rectifications 🔧
#100
Closed
HeySreelal
closed
1 year ago
HeySreelal
commented
1 year ago
Telverse 1.9.8
Televerse now can support handling updates passed to it as JSON data (without using a fetcher).
This can be useful when you want to run bot on a serverless environment like AWS Lambda or Google Cloud Functions.
Thanks to
@rohitsangwan01
for the contribution.
#99
onError
can now catch errors on the Long Polling.
Replaced all
Exception
with
TelegramException
in the library.
Replaced the
Televerse.on
logic to an extension on
Televerse
class.
Telverse 1.9.8
onError
can now catch errors on the Long Polling.Exception
withTelegramException
in the library.Televerse.on
logic to an extension onTeleverse
class.