Albert
5e0da40fcd
Fix "invite link must be non-empty" error
...
`bot.edit_chat_invite_link` method contained a mistake: `invite_link` and `name` were supposed to be vice-versa in `apihelper.edit_chat_invite_link(...)` call. This caused to be invite_link empty or contain invalid value, resulting to get `Bad Request: invite link must be non-empty` error.
This also affected the async version.
2023-01-21 17:00:36 +04:00
Badiboy
b743aa5813
Merge pull request #1884 from Cub11k/master
...
Remove redundant function from util
2023-01-16 16:58:58 +03:00
Cub11k
1797f076dc
Remove redundant function
2023-01-16 15:45:59 +02:00
_run
68c1fe8cb5
Merge pull request #1883 from Cub11k/master
...
Fix type of attribute id of InlineQuery from int to str
2023-01-15 17:22:22 +04:00
Cub11k
1eda7cafd4
Fix type of attribute id of InlineQuery from int to str
2023-01-15 15:04:07 +02:00
Badiboy
291566908b
Merge pull request #1882 from CommanderCRM/patch-1
...
Added a bot with public source code to the list
2023-01-13 15:58:55 +03:00
Ilya Krivoshein
bef29d9318
Added a bot with public source code to the list
2023-01-13 19:14:10 +07:00
Badiboy
a5af586a46
Merge pull request #1881 from Cub11k/master
...
Create method get_media_file_id() in util.py
2023-01-10 20:48:50 +03:00
Cub11k
93dcbbeb02
Create method get_media_file_id()
...
Method is used to get file id of different types of media
2023-01-10 19:35:36 +02:00
Badiboy
bd94d8d91c
Merge pull request #1873 from coder2020official/circular_import_fix
...
Little code style improvement in service_utils
2023-01-08 09:55:33 +03:00
_run
6b399ab8cd
Being specific with except block
2023-01-08 10:49:27 +04:00
_run
8744402efc
Removed built-in io module from try/except block
2023-01-08 10:48:45 +04:00
Badiboy
d5bbaa900e
Merge pull request #1870 from Cub11k/master
...
Make create_dir() method of StatePickleStorage cross-platform instead of POSIX only.
2023-01-07 13:02:26 +03:00
Konstantin Ostashenko
02ae255701
Revert changes in util.py
2023-01-06 22:39:27 +02:00
Cub11k
c27f60b94b
Make create_dir() method cross-platform instead of POSIX only.
...
Fix for issue #1869
2023-01-06 22:36:08 +02:00
Badiboy
a781929a2d
Merge pull request #1868 from Cub11k/master
...
Fix circular import
2023-01-06 22:51:52 +03:00
Cub11k
e6f8acadf4
rename _util.py to service_utils.py
2023-01-06 21:41:30 +02:00
Cub11k
c298d95d0f
Move functions, required in types.py to _util.py
...
Add __all__ to util.py for sphinx to generate docs properly
2023-01-06 19:27:25 +02:00
Cub11k
8aee5372ee
Update README.md - add link to ru docs
2023-01-05 16:25:16 +02:00
_run
df105ab1d8
Merge pull request #1867 from Cub11k/master
...
Translated into russian files: index.po, calldata.po
2023-01-05 18:20:30 +04:00
Cub11k
b93ec5d0e0
Translated calldata.po to russian
2023-01-05 16:13:00 +02:00
Cub11k
f201df3275
Translated index.po to russian
2023-01-05 16:03:14 +02:00
_run
206e4e024b
Merge pull request #1865 from coder2020official/master
...
Fix docs issues
2023-01-04 18:08:35 +04:00
coder2020official
bd1290592b
Fix docs issues
2023-01-04 18:07:29 +04:00
_run
9b9eb775f7
Merge pull request #1863 from Cub11k/master
...
Finished translations into russian of files: sync_version.po, async_version.po
2023-01-04 17:39:34 +04:00
Konstantin Ostashenko
3cfa24f9c0
Fix msgid for forward_message:5 in async_version.po
2023-01-04 15:35:09 +02:00
Konstantin Ostashenko
b540a6c4d4
Fix msgid for forward_message:5 in sync_version.po
2023-01-04 15:33:18 +02:00
Cub11k
a0ba5ae9af
Finished translations on sync and async versions.
...
Spelling fixes
2023-01-04 00:43:42 +02:00
Cub11k
651db29cb2
Fix typehints for stop_poll reply markup
2023-01-03 23:45:59 +02:00
Cub11k
490168f3f6
Some translations
...
Up to lines sync_version.po:4527 and async_version.po:4448
2023-01-03 19:43:36 +02:00
Cub11k
bf38071e8f
Some translations
...
Up to lines sync_version.po:3691 and async_version.po:3609
2023-01-03 17:32:31 +02:00
Konstantin Ostashenko
e8aaa524fe
Merge branch 'sync_and_async_upd' into master
2023-01-02 17:41:48 +02:00
Konstantin Ostashenko
e2e754fdff
Merge pull request #3 from eternnoir/master
...
Update fork
2023-01-02 17:35:04 +02:00
_run
d64f305fd4
Merge pull request #1861 from coder2020official/docs
...
Updated documentation locales
2023-01-02 19:29:40 +04:00
coder2020official
611bf4235c
Updated documentation locales
2023-01-02 19:27:57 +04:00
Konstantin Ostashenko
fe0dc6930c
Merge pull request #2 from Cub11k/master
...
Update branch from master
2023-01-02 17:14:33 +02:00
Konstantin Ostashenko
6d4d3f8005
Merge pull request #1 from eternnoir/master
...
Update fork
2023-01-02 17:12:49 +02:00
Cub11k
0f7464e8c4
Some translations
...
Up to lines sync_version.po:3008 and async_version.po:3122
2023-01-02 17:09:48 +02:00
Badiboy
6f86382e33
Merge pull request #1860 from Badiboy/master
...
Bump version to 4.9/0
2023-01-02 18:00:39 +03:00
Badiboy
43cc203654
Bump version to 4.9/0
2023-01-02 18:00:20 +03:00
Badiboy
3b62ad4765
Merge pull request #1855 from coder2020official/botapi6.4
...
Bot API 6.4
2023-01-02 17:55:32 +03:00
_run
3be5015f9e
Update telebot/types.py
2023-01-02 17:55:30 +04:00
_run
267a33c329
Update telebot/types.py
2023-01-02 17:55:14 +04:00
_run
667e82d073
Update telebot/types.py
2023-01-02 17:54:35 +04:00
Cub11k
dd50273c95
Some translations
...
Up to lines sync_version.po:2709 and async_version.po:2853
2022-12-31 14:16:13 +02:00
Cub11k
8e9d566d5c
Minor fixes and some translations
...
Up to lines sync_version.po:2382 and async_version.po:2528
2022-12-31 00:56:38 +02:00
_run
79bc869143
Merge pull request #1856 from Cub11k/master
...
Copied translations from sync_version.po to async_version.po
2022-12-30 23:56:32 +04:00
Konstantin Ostashenko
68edb4990c
Fix async_version.po
2022-12-30 21:42:50 +02:00
Cub11k
19544ecc58
Copied translations from sync_version.po to async_version.po
...
Minor fixes in sync_version.po, found while copying
2022-12-30 21:24:13 +02:00
coder2020official
eed56be596
Added fields has_hidden_members and has_aggressive_anti_spam_enabled to class Chat
2022-12-30 20:38:26 +04:00