1
0
mirror of https://github.com/eternnoir/pyTelegramBotAPI.git synced 2023-08-10 21:12:57 +03:00
Commit Graph

1395 Commits

Author SHA1 Message Date
Badiboy
877397a46b
Merge pull request #1178 from Badiboy/master
Partial rollback for previous update
2021-06-04 12:12:26 +03:00
Badiboy
afbc67795a Partial rollback for previous update 2021-06-04 12:11:37 +03:00
Badiboy
da5dc20b3a
Merge pull request #1176 from SwissCorePy/master
Added some functions and type hints
2021-06-03 23:45:21 +03:00
SwissCorePy
ed5e5e5077 Update util.py
- Removed function `unix_time`
- Added function `escape`
- Added function `user_link`
- Added function `quick_markup`
- Added some type hints
2021-06-03 19:51:33 +02:00
SwissCorePy
9a6ddce8df Added the function unix_time 2021-06-03 19:06:53 +02:00
Badiboy
db8478d0a4
Merge pull request #1174 from SwissCorePy/master
Add `smart_split` function to utils.py
2021-06-03 19:55:44 +03:00
SwissCorePy
20030f47af Update util.py
Added the function `smart_split` to split text into meaningful parts.
2021-06-03 18:51:32 +02:00
Badiboy
f7cf1965cb
Merge pull request #1168 from anvarjamgirov/patch-1
Bug fixed on set_game_score
2021-06-01 08:30:42 +03:00
anvar
aea067f789
Bug fixed on set_game_score
fixed wrong ordered argument error on calling apihelper.set_game_score method in set_game_score
2021-06-01 08:39:09 +05:00
Badiboy
e2c20c1e55
Merge pull request #1167 from zora89/master
typo corrected.
2021-05-25 23:56:01 +03:00
zora89
1209281787
type corrected. 2021-05-26 02:17:49 +05:30
Badiboy
742f67c85b
Merge pull request #1163 from yehwankim23/patch-1
Fix typo
2021-05-20 12:07:34 +03:00
김예환 Ye-Hwan Kim (Sam)
e22fcbe3c0
Fix typo 2021-05-20 18:01:10 +09:00
Badiboy
d3998dfadb
Merge pull request #1161 from yarreg/feature/invite-link-api
Create_chat_invite_link, edit_chat_invite_link, revoke_chat_invite_link methods
2021-05-19 11:30:06 +03:00
Yaroslav Vorobev
ff54f194ad Added: create_chat_invite_link, edit_chat_invite_link, revoke_chat_invite_link methods 2021-05-19 11:22:40 +03:00
Badiboy
f6b967421e
Merge pull request #1160 from Badiboy/master
Update version.py
2021-05-15 20:30:27 +03:00
Badiboy
59559199d5 Update version.py 2021-05-15 20:29:58 +03:00
Badiboy
98784c811e
Merge pull request #1159 from Badiboy/master
Fix release 3.7.8u1 (update was inconsistent, sorry)
2021-05-15 20:28:51 +03:00
Badiboy
26e5f3d3a8 Fix release 3.7.8u1 2021-05-15 20:27:52 +03:00
Badiboy
fe1f99abdf
Merge pull request #1158 from Badiboy/master
send_poll fix of fix
2021-05-15 20:09:49 +03:00
Badiboy
7540a26fb9 send_poll fix of fix
Previous update was inconsistent, sorry.
2021-05-15 20:08:51 +03:00
Badiboy
10d0ff2c06
Merge pull request #1157 from Badiboy/master
Release 3.7.8
2021-05-15 11:36:00 +03:00
Badiboy
90de2e4ad9 Release 3.7.8
Regular release with minor updates
2021-05-15 11:35:13 +03:00
Badiboy
d3c2ffd422
Merge pull request #1155 from Badiboy/master
send_poll fix with PollOptions
2021-05-15 11:31:02 +03:00
Badiboy
53c98328c1 send_poll fix with PollOptions
Now send_poll correctly operates with PollOptions passed as array of PollOption.
2021-05-12 00:26:33 +03:00
Badiboy
3d26a0ce0d
Merge pull request #1154 from Badiboy/master
Change message handler filtering order
2021-05-11 23:27:54 +03:00
Badiboy
73fb18c193 Change message handler filtering order
Now content_type is checked first.
2021-05-11 23:26:22 +03:00
Badiboy
1ba595daa0
Merge pull request #1153 from hemantapkh/patch-1
Add Torrent Hunt bot in README
2021-05-11 09:23:59 +03:00
Hemanta Pokharel
47cab4d63e
Fix typo 2021-05-11 07:58:19 +05:45
Hemanta Pokharel
4a25675007
Add Torrent Hunt bot in README 2021-05-11 07:51:13 +05:45
Badiboy
c437b40d58
Merge pull request #1140 from eternnoir/dependabot/pip/py-1.10.0
Bump py from 1.4.29 to 1.10.0
2021-04-20 22:00:39 +03:00
dependabot[bot]
b7a18bf0d9
Bump py from 1.4.29 to 1.10.0
Bumps [py](https://github.com/pytest-dev/py) from 1.4.29 to 1.10.0.
- [Release notes](https://github.com/pytest-dev/py/releases)
- [Changelog](https://github.com/pytest-dev/py/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/py/compare/1.4.29...1.10.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-20 17:03:50 +00:00
Badiboy
bc3d5a46b7
Merge pull request #1138 from Badiboy/master
Python 3.5 end-of-life
2021-04-19 18:46:53 +03:00
Badiboy
990bb827be Python 3.5 end-of-life 2021-04-19 18:45:49 +03:00
Badiboy
3ecb84bd94
Merge pull request #1137 from FosterToster/master
middleware handlers exception handling
2021-04-19 18:42:24 +03:00
FosterToster
2565094897 fixed overwriting exception args 2021-04-19 22:20:42 +07:00
FosterToster
855b838e91 more explict process_middleware exceptions suppressing 2021-04-18 22:41:28 +07:00
FosterToster
042d8c17da suppress_middleware_excepions configuration. False by default. 2021-04-18 22:31:24 +07:00
FosterToster
a39fb14726 middleware handlers exception handling 2021-04-18 19:56:52 +07:00
Badiboy
888c7a6b0d
Merge pull request #1126 from David256/feature-new-property-fullname
Change fstrings to string formatting
2021-04-02 01:41:48 +03:00
David256
2f69917a82 Change fstrings to string formatting 2021-04-01 16:52:12 -05:00
Badiboy
efa35ba71c
Merge pull request #1125 from David256/feature-new-property-fullname
New property full_name
2021-04-02 00:05:29 +03:00
David256
6c90da793e New property full_name 2021-04-01 14:56:08 -05:00
Badiboy
4024490249
Merge pull request #1121 from Badiboy/master
Minor release
Heroku example update
2021-03-28 11:57:49 +03:00
Badiboy
209d9b27b4 Minor release 2021-03-28 11:57:05 +03:00
Badiboy
96e0be8942 Heroku example update 2021-03-28 11:54:46 +03:00
Badiboy
87bce0bce1
Merge pull request #1113 from barbax7/master
Added Price Tracker bot
2021-03-18 17:43:43 +03:00
Andrea Barbagallo
f23059d7ec
Added Price Tracker bot 2021-03-18 08:38:47 +01:00
Badiboy
cc08fe32c6
Merge pull request #1107 from MasterGroosha/patch-1
Removed my bot from README
2021-03-09 10:35:06 +03:00
Aleksandr
07e93f95a1
Removed my bot from list
The link is now dead, and so is that bot
2021-03-09 02:05:44 +03:00