Syfaro
|
6b9324ca39
|
helper method to generate a link for a file
|
10 years ago |
Syfaro
|
1bceea1ca5
|
new getFile and File types from Telegram Bot API update
|
10 years ago |
Syfaro
|
3ce6dbabe0
|
Merge pull request #23 from gobwas/patch-1
Update webhook.go
|
10 years ago |
Syfaro
|
7c48fa5dbb
|
Merge pull request #24 from jqs7/master
variable declaration fix for webhook example
|
10 years ago |
gobwas
|
2a5bad0be4
|
Move to simple pattern
|
10 years ago |
Jqs7
|
c72afc396b
|
variable declaration fix for webhook example
|
10 years ago |
Sergey Kamardin
|
d1358d12aa
|
Update webhook.go
Why there is a hardcoded `bot.Token`? =)
|
10 years ago |
Syfaro
|
236ac39b34
|
Merge pull request #22 from jqs7/master
add markdown support
|
10 years ago |
Jqs7
|
86e4fadcb0
|
add markdown support
|
10 years ago |
Syfaro
|
8b33fd5a50
|
example for new webhooks
|
10 years ago |
Syfaro
|
b2d2f4f5b0
|
add a http listener for webhooks that uses the normal updates chan
|
10 years ago |
Syfaro
|
3b466def71
|
fixed setting webhooks with a certificate
|
10 years ago |
Syfaro
|
9efd300516
|
fix typo in debug log for setWebhook
|
10 years ago |
Syfaro
|
ca40caaa47
|
add (untested) function to set webhook with certificate
|
10 years ago |
Syfaro
|
87a279827e
|
Merge branch 'master' of github.com-syfaro:Syfaro/telegram-bot-api
|
10 years ago |
Syfaro
|
e48e6416e7
|
allow passing a []byte or io.Reader to upload functions, closes #20
|
10 years ago |
Syfaro
|
792234b42e
|
Merge pull request #21 from eefret/master
closes #17 adding response to SetWebhook Method
|
10 years ago |
Christopher T. Herrera
|
4d3619d856
|
closes #17 adding response to SetWebhook Method
|
10 years ago |
Syfaro
|
766f7494e9
|
Merge pull request #16 from jqs7/master
update to latest telegram bot api
|
10 years ago |
Jqs7
|
ae7c1b4e22
|
merge upstream
|
10 years ago |
Jqs7
|
d537d26a2b
|
update to latest telegram bot api
|
10 years ago |
Syfaro
|
d54197d756
|
mention encodeaudio function on sendaudio function
|
10 years ago |
Syfaro
|
b92bbece9f
|
fix docs in encodeaudio, remove log
|
10 years ago |
Syfaro
|
3a401563b5
|
utils package, currently only for converting audio files
|
10 years ago |
Syfaro
|
5a72ea6814
|
switch to streaming multipart, reduces memory usage for uploads
|
10 years ago |
Syfaro
|
d06eead68d
|
don't panic for failed updates, even in debug (fixes #14)
|
10 years ago |
Syfaro
|
adc490e379
|
Merge pull request #11 from emadgh/master
NewChatPhoto was string!
|
10 years ago |
Emad Ghasemi
|
ca93bb337c
|
Fixed Message.NewChatPhoto
|
10 years ago |
Emad Ghasemi
|
91e1825b16
|
Update types.go
|
10 years ago |
Syfaro
|
3fddac5396
|
Merge pull request #10 from jqs7/master
add sendAudio duration
|
10 years ago |
Jqs7
|
6bf83a8185
|
add sendAudio duration
|
10 years ago |
Syfaro
|
3c9ed7cfe2
|
Merge pull request #9 from jqs7/master
Updated to the last tgbot API
|
10 years ago |
Jqs7
|
96a104444e
|
Updated to the last tgbot API
|
10 years ago |
Syfaro
|
752bd45f4c
|
fix readme for updateschan changes
|
10 years ago |
Syfaro
|
196f515db7
|
helper functions on message
|
10 years ago |
Syfaro
|
f605a516c0
|
string function for user
|
10 years ago |
Syfaro
|
8907d30fe0
|
remove unneeded line in test
|
10 years ago |
Syfaro
|
c12c67adde
|
basic tests/examples, don't return updates chan, cleaned text
|
10 years ago |
Syfaro
|
5e5de566ee
|
remove unneeded else block
|
10 years ago |
Syfaro
|
b0c8029a0f
|
fix wrong capitalization of a function name
|
10 years ago |
Syfaro
|
dc198e2346
|
Merge pull request #6 from raulsntos/master
Ability to pass a client instead of using http.DefaultClient
|
10 years ago |
Raul Santos
|
3101266b61
|
Fixed NewBotAPIWithClient
|
10 years ago |
Raul Santos
|
2483f04397
|
Separate NewBotAPI from NewBotAPIwithClient
|
10 years ago |
Raul Santos
|
fc8cb6e039
|
Client is now a pointer
|
10 years ago |
Raul Santos
|
8249dd6a93
|
Few bug fixes
|
10 years ago |
Raul Santos
|
612584dbd3
|
Ability to pass a client to the bot
Changed every instance of a DefaultClient to a Client stored in the bot.
|
10 years ago |
Syfaro
|
60337023c5
|
Merge pull request #5 from Nikita-V/patch-1
Fix parameter name
|
10 years ago |
Nikita Vorobei
|
fee84ee239
|
Fix parameter name
|
10 years ago |
Syfaro
|
1b2d9a5c42
|
Merge pull request #3 from sirlori/master
Little bugfix
|
10 years ago |
Lorenzo Landolfi
|
7f0dd9c504
|
little fix that sometimes causes crash
|
10 years ago |