Demian
5a480bd291
Merge branch 'v2' into v3
2020-07-25 22:45:22 +03:00
Ian Patrick Badtrousers
a3f6efa6f2
html5 games 400 hotfix
2020-07-03 17:12:41 +02:00
Demian
5a1a187e87
telebot: clarify and fix all naming issues
2020-06-19 23:36:43 +03:00
Demian
e1811e100a
tests: implement more
2020-06-09 23:28:28 +03:00
Demian
98a898f4c7
bot: add default parse mode feature
2020-06-07 23:12:49 +03:00
Demian
7a1d59c7d9
payments: SuccessfulPayment and minor changes
2020-05-21 11:48:24 +03:00
Demian
16e74b8025
payments: complete shipping API
2020-05-20 23:40:42 +03:00
Nikita Bikmaev
76c2cedf6f
payments: update API
2020-05-13 22:41:25 +03:00
Demian
1533291206
games: complete Games API
2020-05-05 23:40:48 +03:00
dande
5b2a3804b5
dice: clean up the code
2020-04-25 16:25:20 +03:00
dande
9268c6dff7
dice: added constants
2020-04-25 15:59:53 +03:00
dande
3915e8596b
dice: fixed dice handling
2020-04-25 15:31:16 +03:00
dande
ab0c9a7060
dice: added dice support
2020-04-25 14:41:48 +03:00
Demian
9b11223d56
bot: complete Polls 2.0 API
2020-04-24 17:52:15 +03:00
unknown
e5789a08bb
Refactor unexported code
2020-04-06 16:04:25 +03:00
Nikita Bikmaev
66e7021870
Move a code to sendable.go and update the README.md
2020-03-31 00:04:16 +03:00
Eugene Bravov
4e97ab59b1
Make Animation Sendable
2020-02-29 15:34:33 +03:00
Viktor Oreshkin
00abc40b42
Add thumbnail to Audio ( #240 )
2019-12-22 08:07:00 +03:00
demiangetman
9605575524
Fix media caption disappearing after first send
2019-09-30 19:00:10 +03:00
demiangetman
8001defa0c
Add custom file name support for media
2019-09-30 18:57:54 +03:00
Arseny Mitin
83aacd12ee
refactor: avoid using fmt.Sprintf for performance
2019-09-17 10:05:21 +03:00
Ian Byrd
e6cfaa8339
Merge pull request #176 from stek29/thumbnail
...
Send thumbnails (but not in albums)
2019-02-13 13:08:36 +02:00
Ian Byrd
0cd7c96b28
Merge pull request #182 from olehbozhok/v2
...
fix panic when send audio return Document but not Audio
2019-02-13 13:08:11 +02:00
Ian Byrd
7eeea8f32a
Payment API minimal implementation.
2019-01-28 02:42:41 +02:00
Oleg-MBO
f55f3c1c4e
fix panic when send audio return Document but not Audio
2019-01-04 01:29:24 +02:00
Viktor Oreshkin
273a40e72a
Send thumbnails (but not in albums)
2018-12-16 02:54:29 +03:00
Viktor Oreshkin
6264ba688c
Embed optional fields when sending ( fix #147 )
2018-09-14 22:56:44 +03:00
Viktor Oreshkin
3b566f3fbd
Handle Video with no sound ( fix #133 )
2018-07-18 21:12:29 +03:00
Ian Byrd
4f400f035e
Raw() method introduced. KeyboardButton -> ReplyButton.
2017-11-29 00:15:50 +02:00
Ian Byrd
3329d98249
Completing regular API now.
2017-11-26 11:15:11 +02:00
Ian Byrd
2a1158c03a
Revert "Protecting callbacks with callback guards."
...
This reverts commit 6f068bdacb
.
2017-11-26 09:57:58 +02:00
Ian Byrd
6f068bdacb
Protecting callbacks with callback guards.
2017-11-26 05:10:06 +02:00
Ian Byrd
0f1d521167
Cleanup, documentation, bikeshedding.
2017-11-19 17:21:25 +02:00
Ian Byrd
2f62e39c40
Sending photos by URL.
2017-11-18 20:33:20 +02:00
Ian Byrd
7316e92265
Viva la File, my boys, viva la File!
2017-11-18 20:16:16 +02:00
Ian Byrd
b6938a118c
Telebot now compiles! :-)
2017-11-18 16:44:57 +02:00
Ian Byrd
dbc2cd7f6d
Massive refactoring and file structure changes.
...
- Callback structs has been moved to callbacks.go
- User / Chat and its methods -> chat.go
- Concept of Editable and Message Signature introduced
- No more types.go, it's been refactored into media.go + friends
2017-11-18 15:06:20 +02:00