Commit graph

14 commits

Author SHA1 Message Date
ff8f9a2e74 BotApi::send* now return Message, recieved from server. 2016-11-09 20:16:11 +03:00
2861dc5dff parseResponse() renamed to checkResponse and is now void. 2016-11-09 20:03:29 +03:00
6cb17ac538 Class Message implemented.
Fixed class Chat (type of id changed to std::int64_t).
Class PhotoSizeArray implemented.
JSON-parsing functions were rewritten and moved to JsonObjects.cpp.
Implemented new JSON-parsing functions.
2016-11-09 01:40:05 +03:00
a4654b8b23 Sending photo by URL implemented. 2016-11-08 14:29:40 +03:00
5eb0d10909 Add support for parse mode in messages. 2016-10-02 19:14:14 +03:00
bb59c65848 Removed Boost.Log dependency. 2016-10-02 02:37:35 +03:00
6438fb8a8b curlpp replaced by Curl for People. 2016-10-01 00:33:11 +03:00
544b2d1512 Disabled default 'Expect: 100-Continue' header in POST requests. 2016-09-30 22:00:12 +03:00
1e43989b77 JSON-parsing functions moved to namespace telebotxx. 2016-09-30 00:46:33 +03:00
34f110bcb6 Send photo implemented. 2016-09-27 00:49:07 +03:00
f58208f864 Basic response parsing implemented.
Fixed typo.
2016-09-26 23:07:14 +03:00
45cefdcd73 BotApi::Impl member functions inlined. 2016-09-26 14:26:14 +03:00
e8e7f9b5bd Class BotApi transformed according to PIMPL idiom. 2016-09-26 14:13:51 +03:00
2bd4fc839f Initial commit. 2016-09-26 00:07:49 +03:00