Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-23 | I think EventBroadcast and EventHandler should not use shared_ptr references too | Oleg Morozenkov | |
2017-01-23 | Fix working with shared_ptr | ymuv | |
2017-01-15 | Docs | Oleg Morozenkov | |
2017-01-15 | Editor config | Oleg Morozenkov | |
2017-01-10 | fix ReplyKeyboardMarkup | kukin-konstantin | |
2017-01-02 | add editMessage methods | kukin-konstantin | |
2016-12-30 | add leaveChat method | kukin-konstantin | |
2016-12-30 | Add getFile, edit kickChatMember, urbanChatMember | kukin-konstantin | |
2016-12-30 | Add Chat functions | kukin-konstantin | |
2016-12-30 | fix send Video, Voice etc | kukin-konstantin | |
2016-12-30 | edit Message type | kukin-konstantin | |
2016-12-30 | add Webhook functions | Konstantin Kukin | |
2016-12-29 | Rename ReplyKeyboardHide to ReplyKeyboardRemove | Konstantin Kukin | |
2016-12-28 | add parse types to JSON part2 | Konstantin Kukin | |
2016-12-27 | add parse types to JSON part1 | Konstantin Kukin | |
2016-12-27 | upgrade existing inline type and create new | Konstantin Kukin | |
2016-12-26 | upgrade existing type and create new | Konstantin Kukin | |
2016-11-26 | fix bug #29 | Arif Darmawan | |
2016-11-04 | Update TgTypeParser.h | Andrea Barbadoro | |
2016-04-18 | Fix merge | Oleg Morozenkov | |
2016-04-17 | Merge pull request #23 from aadeg/master | Oleg Morozenkov | |
Fixed compilation errors | |||
2016-04-17 | Fixed compilation errors | Andrea Giove | |
2016-04-17 | Merge pull request #22 from aadeg/master | Oleg Morozenkov | |
2016-04-17 | Added new type: Venue, MessageEntity | Andrea Giove | |
Update Message type Added new method: sendVenue, sendContact, kickChatMember, unbanChatMember | |||
2016-04-17 | Added implementation to Inline Keyboard and added a new event broadcaster | Andrea Giove | |
2016-04-16 | Added sendVoice method and update sendAudio method | Andrea Giove | |
2016-04-16 | Added the disable_method parameter to all methods | Andrea Giove | |
2016-04-13 | Fix Api.h | Xiaodong Qi | |
2016-04-13 | Add parseMode parameter to sendMessage | Xiaodong Qi | |
2016-04-06 | Added certificate to setWebhook method | Andrea Giove | |
2016-03-30 | Fixed ChosenInlineResult issue | Andrea Giove | |
2016-03-29 | Added constructors | Andrea Giove | |
2016-03-29 | Edited answerInlineQuery | Andrea Giove | |
2016-03-29 | Included new classes in tgbot.h | Andrea Giove | |
2016-03-27 | Fixed compilation errors | Andrea Giove | |
2016-03-27 | Add answerInlineQuery method | Andrea Giove | |
2016-03-27 | Add new types and new event broadcaster for support the inline mode. | Andrea Giove | |
2016-03-26 | Updated Message class | Andrea Giove | |
2016-03-24 | Always use int64_t for chatId | Florian Scheibner | |
2015-12-09 | Fix tgbot.h. Closes #11 | Oleg Morozenkov | |
2015-12-06 | Some fixes. Closes #9, #10 | Oleg Morozenkov | |
2015-11-23 | Add Chat class | Naveen | |
2015-11-16 | Fix command parsing with @ | Florian Scheibner | |
for example /help@bot didn't work before | |||
2015-11-16 | Fix hide_keyboard and force_reply Messages | Florian Scheibner | |
2015-11-12 | Output boolean values correctly as json | Florian Scheibner | |
previously 1 was printed instead of true fixes showing custom keyboards | |||
2015-11-12 | Parse commands correctly | Florian 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-12 | Fix getMessages call | Florian Scheibner | |
do not request "result" subitem twice | |||
2015-09-15 | Fix formatting + some minor improvements | Oleg Morozenkov | |
2015-09-10 | Fix for send files using multipart/form | ray-pixar | |
2015-09-08 | Fix for boost::asio::local. now you can build the library in windows | ray-pixar | |