Commit Graph

529 Commits (965cd03621edfafb63420424c91fbc0b015adf45)
 

Author SHA1 Message Date
Nikita 965cd03621 telebot: fix all miscalculations 3 years ago
Nikita 0816adc16e bot: typo fix 3 years ago
Nikita f136c77a4a sendable: add sending without reply field 3 years ago
Nikita 44945b1703 chat: add is_anonymous field 3 years ago
Nikita bd1acf22f1 message: add sender_chat field 3 years ago
Nikita 24f3711963 venue: add google place fields 3 years ago
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
demget 62cfa356f7
Merge pull request #388 from rusq/v2
Add Caption parameter to Voice structure
4 years ago
Rustam Gilyazov 97480382ea
update sendable to include voice.caption 4 years ago
Rustam Gilyazov ded76a871e
add caption to Voice 4 years ago
demget 1ca3d66389
Merge pull request #382 from omar-polo/v2
implement my_chat_member and chat_member
4 years ago
Omar Polo 46de48a28b implement my_chat_member and chat_member 4 years ago
Enrico204 4d858f378d Decode big integers using Number and not float64 in error messages 4 years ago
Enrico204 d56841d3dc Add error parameters from JSON error to APIError 4 years ago
Enrico204 844bbc5c97 Remove unused regex and format errors and utils files 4 years ago
Enrico204 24ffa44e36 Parse error messages using JSON parser instead of regexes 4 years ago
Demian aff4c40e36 tests: add missed restriction right 4 years ago
Demian 26b7c4e557 tests: fix offline param name 4 years ago
Ian P Badtrousers 11fa2e0dd6
Merge pull request #377 from omar-polo/v2
implements voice chat service messages
4 years ago
Ian P Badtrousers 41a737f760
Merge pull request #366 from dexter3k/fix_issue_365
Fixing handling of multiple users joining
4 years ago
Ian P Badtrousers 5492c2fb62
Update README.md 4 years ago
Omar Polo 8a10ed7461 add the CanManageVoiceChats rights 4 years ago
Omar Polo 4030287b64 implements voice chat started/ended/partecipantsinvited 4 years ago
demget 66cc553e4d
Merge pull request #371 from metalmatze/test-offline
Expose offline settings for Bot
4 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.
4 years ago
demget ca1b73614a
Merge pull request #364 from rusq/v2
Enable handling callbacks with Unique contaning "-"
4 years ago
Dexter3000 bc85f5486d Fixing UsersJoined handling 4 years ago
Dexter3000 3252280587 Fixing handling of multiple users joining 4 years ago
Demian 7a9c471cf3 Revert "bot: add audio and document for sendMediaGroup"
This reverts commit 206507e386.
4 years ago
Rustam Gilyazov 210d561db5
enable handling callbacks with Unique contaning "-" 4 years ago
Demian f5ff424b8f readme: add telegram discuss group 4 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