Commit Graph

226 Commits (v2)

Author SHA1 Message Date
Ilya Mateyko 479cc1df36 all: use errors from the standard library
Replace no longer maintained github.com/pkg/errors with package errors
from the standard library.
2 years ago
Demian 7d9723522b telebot: add missed events 3 years ago
shindakioku e0052b367a Remove defined struct 3 years ago
shindakioku ad5b4c3f8a Fix CreateInviteLink;EditInviteLink;RevokeInviteLink functions. Add tests. 3 years ago
Demian 915dfba6a4 bot: add audio and document for sendMediaGroup 3 years ago
demget 03976a572d
Merge pull request #414 from omar-polo/fix-doc
Some documentation fixes
3 years ago
Omar Polo 2cf88fe0c2 fix comment indentation
otherwise go doc browser such as godocs & co would render the "method
receivers..." line as a preformatted block.
3 years ago
jasonkhew96 17c3c99c8e
Fix chat member handler 3 years ago
demget f83cd5fc29
Merge pull request #408 from DiscoreMe/develop
api: support 5.2
3 years ago
demget 4d5c934732
Merge pull request #401 from comerc/v2
Add copyMessage
3 years ago
comerc 6145c866ca Revert "Add CreateChatInviteLink()"
This reverts commit 5d1d579642.
3 years ago
Nikita 6684383594 telebot: typo fix 3 years ago
Nikita c4aba03992 telebot: some fixes 3 years ago
Nikita 0f7e5b74dd chat: add voice schedule support 3 years ago
Nikita b98cfa23a6 telebot: some fixes 3 years ago
Nikita 306f4545af message: add auto delete timer changed handler 3 years ago
Nikita 101ce90a56 links: field fix 3 years ago
Nikita d632ff5c20 links: add chat invite link support 3 years ago
Nikita 965cd03621 telebot: fix all miscalculations 3 years ago
#кодеротбога 5d1d579642
Add CreateChatInviteLink() 3 years ago
Nikita 0816adc16e bot: typo fix 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 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
Omar Polo 46de48a28b implement my_chat_member and chat_member 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
Omar Polo 4030287b64 implements voice chat started/ended/partecipantsinvited 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
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
Hung-I Wang b395376a17
Fix a typo in the comment of SetGroupDescription 4 years ago
PiggyMoe 2b4e7eeb65
util: fix param type for embedRights 4 years ago
Demian e1811e100a tests: implement more 4 years ago
Demian 09b2f90c72 api: prettify verbose mode output 4 years ago
demget 29af30f5ee
Merge branch 'develop' into verbose-mode 4 years ago
Demian 98a898f4c7 bot: add default parse mode feature 4 years ago
Demian d63df8ce0e bot: extend Edit function 4 years ago
Demian c271d16dfc bot: handle True response results 4 years ago
Demian 3e947d3392 telebot: small doc fixes 4 years ago
danch 092eb11418 bot: add verbose mode 4 years ago
Demian 0b3082a091 options: complete keyboard constructors 4 years ago