Commit graph

9 commits

Author SHA1 Message Date
c24136c461 Merge branch 'dev' into inline_keyboard
Conflicts:
	src/RequestOptions.cpp
2017-02-19 18:15:32 +03:00
9a607eef8c Used boost::optional for optional fields.
Updates and attachments hierarchy replaced with Union-like classes.
Changes in JSON parsing for RVO/move-semantics.
2017-02-19 16:09:13 +03:00
fd4589fe52 Fixed compiler error (missing assignment operator for class). 2017-02-16 20:38:03 +03:00
299dced3dc InlineKeyboardMarkup test support. 2017-02-16 02:10:41 +03:00
014411a8a3 Used boost::variant in Union-like classes. 2017-02-16 00:57:05 +03:00
ea28b547eb Created macro for simple named param classes declaration and definition. 2017-02-15 21:43:18 +03:00
592751a50c Source code reformated. 2017-02-15 20:22:18 +03:00
adb0630961 Rewritten sendPhoto functions, which are now variadic templated. 2016-11-12 01:37:33 +03:00
2ed1d34926 Rewritten sendMessage function, which is now variadic templated.
Added Boost dependency (for Boost.Optional).
2016-11-10 20:37:29 +03:00