Telegram Bot Api Client  0.6.1
Client_for_accessing_Telegram's_Bot_API
src Directory Reference

Files

file  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.
 
file  JsonWebClient.h [code]
 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.
 
file  TelegramBotClient.h [code]
 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.