Commit Graph

50 Commits (b16c14c6155508d9e87414a713cafa7d293a3edc)

Author SHA1 Message Date
Demian b16c14c615 file: change FileSize type to int64 2 years ago
Demian d9b2c62833 payments: implement createInvoiceLink 2 years ago
Qusic 6134fc231b send video as document 2 years ago
Demian 6a0ece4b8f telebot: move disable_content_type_detection from options to document 2 years ago
Demian a90e356ffc media: fix InputMedia marshalling 3 years ago
Demian 1c916042ee util: simplify sendObject calls 3 years ago
Demian 24189b3669 tests: add animation test 3 years ago
demget bd0bb74d13 Merge pull request #408 from DiscoreMe/develop
api: support 5.2
3 years ago
demget 2d17e0e12c Merge pull request #405 from DiscoreMe/develop
api: support 5.0
3 years ago
demget 6785a1e3bd Merge pull request #388 from rusq/v2
Add Caption parameter to Voice structure
3 years ago
Demian 55ffac1c33 context: clarify 3 years ago
Demian e467d6286c errors: update and implement flood error 4 years ago
Demian a328719293 bot: fill animation from the document if it's nil 4 years ago
Demian 5a480bd291 Merge branch 'v2' into v3 4 years ago
Ian Patrick Badtrousers a3f6efa6f2 html5 games 400 hotfix 4 years ago
Demian 5a1a187e87 telebot: clarify and fix all naming issues 4 years ago
Demian e1811e100a tests: implement more 4 years ago
Demian 98a898f4c7 bot: add default parse mode feature 4 years ago
Demian 7a1d59c7d9 payments: SuccessfulPayment and minor changes 4 years ago
Demian 16e74b8025 payments: complete shipping API 4 years ago
Nikita Bikmaev 76c2cedf6f payments: update API 4 years ago
Demian 1533291206 games: complete Games API 4 years ago
dande 5b2a3804b5 dice: clean up the code 4 years ago
dande 9268c6dff7 dice: added constants 4 years ago
dande 3915e8596b dice: fixed dice handling 4 years ago
dande ab0c9a7060 dice: added dice support 4 years ago
Demian 9b11223d56 bot: complete Polls 2.0 API 4 years ago
unknown e5789a08bb Refactor unexported code 4 years ago
Nikita Bikmaev 66e7021870 Move a code to sendable.go and update the README.md 4 years ago
Eugene Bravov 4e97ab59b1
Make Animation Sendable 4 years ago
Viktor Oreshkin 00abc40b42
Add thumbnail to Audio (#240) 5 years ago
demiangetman 9605575524 Fix media caption disappearing after first send 5 years ago
demiangetman 8001defa0c Add custom file name support for media 5 years ago
Arseny Mitin 83aacd12ee refactor: avoid using fmt.Sprintf for performance 5 years ago
Ian Byrd e6cfaa8339
Merge pull request #176 from stek29/thumbnail
Send thumbnails (but not in albums)
5 years ago
Ian Byrd 0cd7c96b28
Merge pull request #182 from olehbozhok/v2
fix panic when send audio return Document but not  Audio
5 years ago
Ian Byrd 7eeea8f32a
Payment API minimal implementation. 5 years ago
Oleg-MBO f55f3c1c4e fix panic when send audio return Document but not Audio 5 years ago
Viktor Oreshkin 273a40e72a Send thumbnails (but not in albums) 6 years ago
Viktor Oreshkin 6264ba688c Embed optional fields when sending (fix #147) 6 years ago
Viktor Oreshkin 3b566f3fbd Handle Video with no sound (fix #133) 6 years ago
Ian Byrd 4f400f035e
Raw() method introduced. KeyboardButton -> ReplyButton. 7 years ago
Ian Byrd 3329d98249
Completing regular API now. 7 years ago
Ian Byrd 2a1158c03a Revert "Protecting callbacks with callback guards."
This reverts commit 6f068bdacb.
7 years ago
Ian Byrd 6f068bdacb
Protecting callbacks with callback guards. 7 years ago
Ian Byrd 0f1d521167
Cleanup, documentation, bikeshedding. 7 years ago
Ian Byrd 2f62e39c40
Sending photos by URL. 7 years ago
Ian Byrd 7316e92265
Viva la File, my boys, viva la File! 7 years ago
Ian Byrd b6938a118c
Telebot now compiles! :-) 7 years ago
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
7 years ago