Telegram Bot Api Client  0.5.0
ClientforaccessingTelegram'sBotAPI
File List
Here is a list of all documented files with brief descriptions:
 JsonWebClient.cppImplementation 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.hHeader 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.hHeader 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