Telegram Bot Api Client
0.6.1
Client_for_accessing_Telegram's_Bot_API
|
JsonWebClient.cpp | Implementation of a simple web client receiving json uses an underlying implementation of Client interface. It implements a pseudo background behavior by providing a loop() method that can be polled and calls callback on receiving valid data |
JsonWebClient.h | Header of a simple web client receiving json uses an underlying implementation of Client interface. It implements a pseudo background behavior by providing a loop() method that can be polled and calls callback on receiving valid data |
TBCDebug.h | |
TelegramBotClient.h | Header of a simple client sending and receiving message via Telegram's Bot API. Uses one or two underlying objects implementing the Client interface. It implements a pseudo background behavior by providing a loop() method that can be polled and calls callback on receiving valid data |