Skip to content
This repository was archived by the owner on Jan 16, 2022. It is now read-only.

Releases: cotestatnt/AsyncTelegram

AsyncTelegram 1.1.4

14 Jul 10:55
e48bf19

Choose a tag to compare

Last release.
Only bug fixes

AsyncTelegram 1.1.3

11 Jul 16:51
de76895

Choose a tag to compare

Update README.md

AsyncTelegram 1.1.2

07 Mar 14:17
266d888

Choose a tag to compare

Lot of bug fixes and better memory usage.
Switched to WiFiClientSecure* usage instead then WiFiClientSecure instance (so is possible delete the object when needed and create a new one avoiding memory leaks).
Use of root certficate (by default) both for ESP32 and ESP8266
Moved some overloaded methods in inline form and reorganization of writing order for more clear readings.
Examples updated.

AsyncTelegram 1.1.11

01 Mar 09:01
922ede6

Choose a tag to compare

Update datastruct

AsyncTelegram 1.1.1

01 Mar 08:56
b7ef0e3

Choose a tag to compare

Update DataStructures.h

AsyncTelegram 1.1.0

25 Feb 13:42
1cc1cb8

Choose a tag to compare

Added support for silent messages (no notification).

ex:
msg.disable_notification = true;
myBot.sendMessage(msg, "this is a silent message");

AsyncTelegram 1.0.9

16 Feb 12:13
d6c45d2

Choose a tag to compare

Bug fixes and merged some excellent pull requests.

AsyncTelegram 1.0.8

21 Jan 10:47
37bbede

Choose a tag to compare

Now you can update ESP firmware with a Telegram message (thanks to Vladimir!).
Added example and instructions

AsyncTelegram 1.0.7

13 Sep 10:59
9a4a786

Choose a tag to compare

Added example on how to send a captured image from ESP32-CAM board
Small bug fixes.

AsyncTelegram 1.0.6

12 Aug 12:19
0016abb

Choose a tag to compare

Send photo both from url and from local filesystem (SPIFFS, LittleFS, FFAT, SD etc etc )