index
:
Telebot
master
Basic Scheme wrapper of the Telegram Bot API
Gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2016-03-15
Add update type predicates
Adrian Kummerlaender
2016-03-14
Use appropriate function for update query in `pollUpdates`
Adrian Kummerlaender
2016-03-14
Add documentation section to README.md
Adrian Kummerlaender
2016-03-14
Implement distinction between required and optional API parameters
Adrian Kummerlaender
2016-03-13
Add README.md
Adrian Kummerlaender
2016-03-13
Add extension build and install instructions
Adrian Kummerlaender
2016-03-13
Implement further non-inline API methods
Adrian Kummerlaender
2016-03-13
Move basic update polling into `pollUpdates` framework function
Adrian Kummerlaender
2016-03-12
Remove unnecessary complexity in demo bot message parsing logic
Adrian Kummerlaender
2016-03-11
Remove reply parameter from echo-bot example
Adrian Kummerlaender
2016-03-11
Simplify JSON result interpretation logic
Adrian Kummerlaender
2016-03-10
Implement simple inefficient echo bot
Adrian Kummerlaender
2016-03-10
Implement `sendLocation`
Adrian Kummerlaender
2016-03-10
Implement `sendChatAction`
Adrian Kummerlaender
2016-03-10
Implement `getUserProfilePhotos`
Adrian Kummerlaender
2016-03-10
Implement macro to automatically generate the basic API wrapper
Adrian Kummerlaender
2016-03-10
Add missing parameters of `getUpdates` and `(send|forward)Message`
Adrian Kummerlaender
Switch to Chicken's `#!key` parameters for better readability and flexibility due to named parameters.
2016-03-10
Implement `forwardMessage`
Adrian Kummerlaender
2016-03-10
Basic example query of the Telegram Bot API using Scheme
Adrian Kummerlaender