Ian Byrd
420a0a1cf4
Fixing go test
2017-11-21 04:28:39 +02:00
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.
2017-11-19 03:44:31 +02:00
Ian Byrd
b6938a118c
Telebot now compiles! :-)
2017-11-18 16:44:57 +02:00
Ian Byrd
476a198f9e
Adjusting telebot_test.go for new changes
2017-11-17 08:32:51 +02:00
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.
2017-08-15 16:44:01 +03:00
Ian Byrd
a6b93fe7e9
Revert "Prevent the build from failing no more."
...
This reverts commit 3533141572
.
2017-08-11 05:30:17 +03:00
Ian Byrd
3533141572
Prevent the build from failing no more.
2017-08-03 02:44:51 +03:00
Ian Byrd
12182e36dc
Minor documentation fixes, resolves #49
2016-06-26 10:15:11 +03:00
Ilya Kowalewski
72ce8fae88
Fixing #21 issue, introducing Recipient interface
2015-10-17 01:36:07 +03:00
Ilya Kowalewski
74d63a4754
Merging #20 into tucnak:master from aladine:patch-3
2015-10-16 19:36:20 +03:00
Ilya Kowalewski
40c91ee0b4
Added some API and tests
2015-07-06 20:12:08 +03:00
Ilya Kowalewski
e041242bb2
Fixed a bunch of lint issues
2015-07-03 21:58:29 +03:00
Ilya Kowalewski
43bbb6b396
All message types and replying/forwarding from API covered.
2015-06-27 20:37:22 +03:00
Ilya Kowalewski
fa51650dad
A little more documentation, code cleanup
2015-06-27 18:55:12 +03:00
Ilya Kowalewski
dbcd156645
Self-handshaking test (still failing)
2015-06-27 14:38:23 +03:00
Ilya Kowalewski
dd4efff2f3
Listeners - gotta go, switching to range-based subscription
2015-06-27 13:30:25 +03:00
Ilya Kowalewski
8f9cebcb53
Message fix for group chats
2015-06-26 19:27:32 +03:00
Ilya Kowalewski
745b4bc76f
Sending messages: basic functionality
2015-06-26 19:12:54 +03:00
Ilya Kowalewski
25b2575f10
Message handling: Listen(), AddListener(), Listener
2015-06-26 10:34:10 +03:00
Ilya Kowalewski
4bb4333bb1
Minimal auth functionality: Create()
2015-06-25 22:32:41 +03:00