Commit Graph

22 Commits (d94992a3a6c4d3dcdff8fbf1524d55cb3daeb007)

Author SHA1 Message Date
Anton Kucherov 538b671e6a fix #173 add custom Telegram api url 6 years ago
sigurniv 5f938b2a7a add option to pass custom http.Client to tb.NewBot() in case of proxying and other needs 7 years ago
Ian Byrd 420a0a1cf4
Fixing go test 7 years ago
Ian Byrd d5e4082eaf
New Edit() and EditCaption() methods are taking over.
IMO, we shouldn't be introducing distinct EditText/EditMarkup
methods because it just doesn't make sense, you can do both in
one and EditCaption is a pretty odd case so we live it be.
7 years ago
Ian Byrd b6938a118c
Telebot now compiles! :-) 7 years ago
Ian Byrd 476a198f9e
Adjusting telebot_test.go for new changes 7 years ago
Ian Byrd a1a2c92dad
This commit refactors error handling throughout the library.
Bot.Errors channel has been introduced. It can be used to
debug Telebot. It also fixes sendFile() which used to upload
with its own custom http.Client instead of http.DefaultClient.
7 years ago
Ian Byrd a6b93fe7e9 Revert "Prevent the build from failing no more."
This reverts commit 3533141572.
7 years ago
Ian Byrd 3533141572
Prevent the build from failing no more. 7 years ago
Ian Byrd 12182e36dc
Minor documentation fixes, resolves #49 8 years ago
Ilya Kowalewski 72ce8fae88 Fixing #21 issue, introducing Recipient interface 9 years ago
Ilya Kowalewski 74d63a4754 Merging #20 into tucnak:master from aladine:patch-3 9 years ago
Ilya Kowalewski 40c91ee0b4 Added some API and tests 9 years ago
Ilya Kowalewski e041242bb2 Fixed a bunch of lint issues 9 years ago
Ilya Kowalewski 43bbb6b396 All message types and replying/forwarding from API covered. 9 years ago
Ilya Kowalewski fa51650dad A little more documentation, code cleanup 9 years ago
Ilya Kowalewski dbcd156645 Self-handshaking test (still failing) 9 years ago
Ilya Kowalewski dd4efff2f3 Listeners - gotta go, switching to range-based subscription 9 years ago
Ilya Kowalewski 8f9cebcb53 Message fix for group chats 9 years ago
Ilya Kowalewski 745b4bc76f Sending messages: basic functionality 9 years ago
Ilya Kowalewski 25b2575f10 Message handling: Listen(), AddListener(), Listener 9 years ago
Ilya Kowalewski 4bb4333bb1 Minimal auth functionality: Create() 9 years ago