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

AsyncTelegram 1.1.0

Compare
Choose a tag to compare
@cotestatnt cotestatnt released this 25 Feb 13:42
· 37 commits to master since this release
1cc1cb8

Added support for silent messages (no notification).

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