Telegram Bot Api Client
0.5.0
ClientforaccessingTelegram'sBotAPI
|
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. | |