Commit Graph

574 Commits (33cc1fdc3c401728c001ce3c7f5e98340dedb710)
 

Author SHA1 Message Date
Nikita 0ba7aefa69 live location: add support live_period, heading, proximity_alert_radius fields and add proximity alert trigger 3 years ago
Nikita e8cbd53914 messages: add message_id field and unpin all messages method 3 years ago
Nikita 277c1eedbd files: add file_name and disable content type detection fields 3 years ago
Nikita 072f7ef63b groups: add fields of get chat request 3 years ago
Nikita b7575fce70 webhooks: add ip_address and drop_pending_updates fields 3 years ago
Nikita cfe18bbec5 bot: typo fix 3 years ago
Nikita eb09eb2ca7 bot: add log out and close api server 3 years ago
comerc b5718e1213 Add copyMessage 3 years ago
demget 62cfa356f7
Merge pull request #388 from rusq/v2
Add Caption parameter to Voice structure
3 years ago
Rustam Gilyazov 97480382ea
update sendable to include voice.caption 3 years ago
Rustam Gilyazov ded76a871e
add caption to Voice 3 years ago
demget 1ca3d66389
Merge pull request #382 from omar-polo/v2
implement my_chat_member and chat_member
3 years ago
Omar Polo 46de48a28b implement my_chat_member and chat_member 3 years ago
Enrico204 4d858f378d Decode big integers using Number and not float64 in error messages 3 years ago
Enrico204 d56841d3dc Add error parameters from JSON error to APIError 3 years ago
Enrico204 844bbc5c97 Remove unused regex and format errors and utils files 3 years ago
Enrico204 24ffa44e36 Parse error messages using JSON parser instead of regexes 3 years ago
Demian aff4c40e36 tests: add missed restriction right 3 years ago
Demian 26b7c4e557 tests: fix offline param name 3 years ago
Ian P Badtrousers 11fa2e0dd6
Merge pull request #377 from omar-polo/v2
implements voice chat service messages
3 years ago
Ian P Badtrousers 41a737f760
Merge pull request #366 from dexter3k/fix_issue_365
Fixing handling of multiple users joining
3 years ago
Ian P Badtrousers 5492c2fb62
Update README.md 3 years ago
Omar Polo 8a10ed7461 add the CanManageVoiceChats rights 3 years ago
Omar Polo 4030287b64 implements voice chat started/ended/partecipantsinvited 3 years ago
demget 66cc553e4d
Merge pull request #371 from metalmatze/test-offline
Expose offline settings for Bot
3 years ago
Matthias Loibl 80fefa8d54
Expose offline settings for Bot
I want to write integration tests with the bot myself. I don't plan on
re-implementing the command routing etc. It would be super helpful to
use the offline mode for that externally to the project.
These changes allow my tests to pass successfully.
3 years ago
demget ca1b73614a
Merge pull request #364 from rusq/v2
Enable handling callbacks with Unique contaning "-"
3 years ago
Dexter3000 bc85f5486d Fixing UsersJoined handling 3 years ago
Dexter3000 3252280587 Fixing handling of multiple users joining 3 years ago
Demian 7a9c471cf3 Revert "bot: add audio and document for sendMediaGroup"
This reverts commit 206507e386.
3 years ago
Rustam Gilyazov 210d561db5
enable handling callbacks with Unique contaning "-" 3 years ago
Demian f5ff424b8f readme: add telegram discuss group 3 years ago
demget e9a2335a62
Merge pull request #338 from PaulLesur/bowling-dice
Add bowling dice
4 years ago
Paul Lesur 696eff0011 Bowling -> Bowl 4 years ago
demget 9b1142b2f5
Merge pull request #340 from aofei/v2
bot: fix FileURLByID for local Bot API server
4 years ago
Demian 206507e386 bot: add audio and document for sendMediaGroup 4 years ago
Aofei Sheng f9ad6cdf4e bot: fix FileURLByID for local Bot API server 4 years ago
Paul Lesur 4b59c7f738 telebot: add bowling dice 4 years ago
demget 828d0f4030
Merge pull request #331 from Gowee/patch-1
Fix a typo in the comment of SetGroupDescription
4 years ago
Hung-I Wang b395376a17
Fix a typo in the comment of SetGroupDescription 4 years ago
Demian 0edece47c9 telebot: add goal and slot dices 4 years ago
Demian 315d880be7 errors: update and implement flood error 4 years ago
renanzxc ad12779174 Export row type 4 years ago
demget b51e06e25d
Merge pull request #324 from profawk/fix/InlineButton-With-Url
Fix inlinebutton With func
4 years ago
profawk e6c93d3fdb
Fix inlinebutton With func
the InlineButton With func returned a new button with it's url property mangled (t.Text instead of t.URL)
this caused telegram to respoind with 400
4 years ago
Demian ecf4ef2231 .travis: update 4 years ago
Demian 645381c610 test: assert to require for errors 4 years ago
Demian 29c32a6538 bump go version to 1.13 4 years ago
Demian d7b825fc25 bot: fill animation from the document if it's nil 4 years ago
Ian Patrick Badtrousers c2cb2be623 admin: removed omitempty from Rights 4 years ago