summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-03-27Move InlineQueryResult.cpp in the right dirAndrea Giove
2016-03-27Fixed compilation errorsAndrea Giove
2016-03-27Add answerInlineQuery methodAndrea Giove
2016-03-27Add new types and new event broadcaster for support the inline mode.Andrea Giove
2016-03-26Updated Message classAndrea Giove
2016-03-24Merge pull request #17 from flode/masterOleg Morozenkov
Always use int64_t for chatId
2016-03-24Always use int64_t for chatIdFlorian Scheibner
2016-03-16Merge pull request #16 from flode/masterOleg Morozenkov
Fix crashes in group/supergroup
2016-03-16Fix crashes in group/supergroupFlorian Scheibner
2016-03-01Update README.mdOleg Morozenkov
2015-12-09Fix tgbot.h. Closes #11Oleg Morozenkov
2015-12-06Some fixes. Closes #9, #10Oleg Morozenkov
2015-11-23Merge pull request #8 from naveenvhegde/masterOleg Morozenkov
Add Chat class ( instead of user or group).
2015-11-23Remove coutNaveen
2015-11-23Add Chat classNaveen
2015-11-16Update DockerfileOleg Morozenkov
2015-11-16Update DockerfileOleg Morozenkov
2015-11-16Update DockerfileOleg Morozenkov
2015-11-16Merge pull request #7 from flode/masterOleg Morozenkov
Fix hide keyboard and command parsing
2015-11-16Fix command parsing with @Florian Scheibner
for example /help@bot didn't work before
2015-11-16Fix hide_keyboard and force_reply MessagesFlorian Scheibner
2015-11-12Merge pull request #6 from flode/masterOleg Morozenkov
Fix several bugs
2015-11-12Remove leading \r\n\r\n before actual json stringFlorian Scheibner
2015-11-12Output boolean values correctly as jsonFlorian Scheibner
previously 1 was printed instead of true fixes showing custom keyboards
2015-11-12Parse commands correctlyFlorian Scheibner
previously the last letter of a command was removed when a space was present e.g. "/add hello" was parsed as command = "ad"
2015-11-12Fix getMessages callFlorian Scheibner
do not request "result" subitem twice
2015-11-04Update README.mdOleg Morozenkov
2015-09-15Fix compile errorOleg Morozenkov
2015-09-15Fix formatting + some minor improvementsOleg Morozenkov
2015-09-10Merge pull request #5 from ray-pixar/masterOleg Morozenkov
Bug fix: now bot can parse messages correctly + Fix for Sending files
2015-09-10Fix for send files using multipart/formray-pixar
2015-09-08Bug fix: now bot can parse messages correctlyray-pixar
2015-09-08Merge pull request #4 from ray-pixar/masterOleg Morozenkov
Fix for boost::asio::local. now you can build the library in windows
2015-09-08Fix for boost::asio::local. now you can build the library in windowsray-pixar
2015-08-12Make the samples independent of the library's CMakeListsOleg Morozenkov
2015-08-12Update README.mdOleg Morozenkov
2015-08-12DockerfileOleg Morozenkov
2015-08-12DockerfileOleg Morozenkov
2015-08-12Fix some compiler errors with global header fileOleg Morozenkov
2015-08-11Global header fileOleg Morozenkov
2015-08-11Fix documentationOleg Morozenkov
2015-08-11Remove duplicated filesOleg Morozenkov
2015-08-11Fixed compiler's errors in TgTypeParser + fixed indentation + some other fixesOleg Morozenkov
2015-08-04Fix DoxyfileOleg Morozenkov
2015-08-04Fix StringToolsOleg Morozenkov
2015-07-29Fix includes + fix some minor bugsOleg Morozenkov
2015-07-27Merge branch 'master' of github.com:reo7sp/tgbot-cppOleg Morozenkov
2015-07-27Update README.mdOleg Morozenkov
2015-07-27Merge pull request #2 from gitter-badger/gitter-badgeOleg Morozenkov
Add a Gitter chat badge to README.md
2015-07-27Added Gitter badgeThe Gitter Badger