_run
|
f553960096
|
Update __init__.py
|
2021-08-16 22:00:08 +04:00 |
|
_run
|
24ef64456b
|
Update __init__.py
|
2021-08-16 14:53:00 +04:00 |
|
_run
|
2c0f42b363
|
Update __init__.py
|
2021-08-16 14:48:21 +04:00 |
|
_run
|
1e4a6e2125
|
Update __init__.py
|
2021-08-15 13:32:11 +04:00 |
|
_run
|
beeb60aab8
|
skip_updates
|
2021-08-15 11:40:13 +04:00 |
|
Badiboy
|
911e356930
|
BotCommandScopeChatMember fix
|
2021-08-12 15:16:04 +03:00 |
|
snikidev
|
4ba4bc18cf
|
add extra space
|
2021-08-03 17:35:59 +01:00 |
|
snikidev
|
c117ff2d50
|
Add return statement to to_dict() method inside InputInvoiceMessageContent
|
2021-08-03 17:34:29 +01:00 |
|
coder2020official
|
81adfd335e
|
UPD
|
2021-07-30 19:15:37 +05:00 |
|
coder2020official
|
7ebe589b46
|
Update __init__.py
|
2021-07-28 23:10:15 +05:00 |
|
coder2020official
|
9c1b19a9e4
|
upd
|
2021-07-28 23:06:31 +05:00 |
|
coder2020official
|
02b886465e
|
new filters
|
2021-07-25 15:46:53 +05:00 |
|
Badiboy
|
2d89ceb745
|
Merge pull request #1241 from Badiboy/master
Release version 3.8.2
|
2021-07-21 21:54:29 +03:00 |
|
Badiboy
|
ae8c3252df
|
Release version 3.8.2
|
2021-07-21 21:53:56 +03:00 |
|
monosans
|
097ba9fec2
|
Replace for loops with comprehensions
|
2021-07-19 20:03:03 +03:00 |
|
Badiboy
|
29c98b0230
|
Invoice tips typo fix
|
2021-07-15 09:27:07 +03:00 |
|
Vladislav Nahorniy
|
fa80b1dba0
|
Added tip for invoice
|
2021-07-15 08:56:04 +03:00 |
|
Badiboy
|
f52ea635e5
|
Fix worker_pool issue
|
2021-07-13 22:09:56 +03:00 |
|
Badiboy
|
6fb10e92e4
|
Fix CallbackQuery issue for games
|
2021-07-13 20:11:47 +03:00 |
|
dannkunt
|
2d0b092ea4
|
Fix wrong type hint
call.id gives int
|
2021-07-10 22:03:31 +03:00 |
|
Badiboy
|
2578e48134
|
Timeouts in making requests are rethought
|
2021-07-09 10:42:56 +03:00 |
|
Badiboy
|
beb5a456eb
|
Preserve dict change in Update
|
2021-07-08 09:35:48 +03:00 |
|
SwissCorePy
|
c7b360e982
|
fixed bug
|
2021-07-01 18:54:39 +02:00 |
|
SwissCorePy
|
3a4cf47def
|
Merge branch 'master' of https://github.com/SwissCorePy/pyTelegramBotAPI
|
2021-06-30 14:16:54 +02:00 |
|
SwissCorePy
|
56e4f68a83
|
added the property difference to ChatMemberUpdated
|
2021-06-30 14:16:38 +02:00 |
|
Badiboy
|
484e7fccbd
|
Merge pull request #1214 from SwissCorePy/master
new deprecated decorator
|
2021-06-30 15:01:46 +03:00 |
|
SwissCorePy
|
791d65e95a
|
replaced old deprecated decorator
|
2021-06-30 13:47:39 +02:00 |
|
SwissCorePy
|
073d7fb6a7
|
Update util.py
whoops warn is not optional
|
2021-06-30 13:11:48 +02:00 |
|
SwissCorePy
|
a6668397e1
|
new deprecated decorator
added a new deprecated decorator to util
|
2021-06-30 13:08:05 +02:00 |
|
Badiboy
|
a4e73a05c6
|
Update file_name to visible_file_name in send_document
|
2021-06-29 13:30:01 +03:00 |
|
Badiboy
|
30e304ffb5
|
Merge pull request #1204 from floydya/file-name-patch
Allows to set visible document file_name on send.
|
2021-06-29 13:27:44 +03:00 |
|
Badiboy
|
6bc60f4aa9
|
Merge pull request #1208 from SwissCorePy/master
get_chat_member_count and ban_chat_member added.
get_chat_members_count and kick_chat_member are marked as deprecated.
|
2021-06-28 13:09:19 +03:00 |
|
SwissCorePy
|
b48a445e9f
|
Update __init__.py
updated docstrings
|
2021-06-28 12:02:40 +02:00 |
|
SwissCorePy
|
0b383498eb
|
addded logger info for deprecated funcs
|
2021-06-28 11:59:21 +02:00 |
|
Badiboy
|
60bb63ab2b
|
Release 3.8.1 - bugfix
|
2021-06-28 12:41:15 +03:00 |
|
SwissCorePy
|
0aa7a8a8f6
|
new 5.3 function names
added the new function names (the previous names are still working) from 5.3 and some other small changes
|
2021-06-28 09:31:06 +02:00 |
|
Badiboy
|
72ed7c1dde
|
Merge pull request #1207 from Badiboy/master
Post-release fix for infinity_polling
|
2021-06-27 20:43:34 +03:00 |
|
Badiboy
|
a29c4af2ee
|
Post-release fix for infinity_polling
|
2021-06-27 20:40:16 +03:00 |
|
MAIKS1900
|
491cc05a95
|
- Set BotCommandScope as abstract class.
- Docstrings from telegram API Scope types
|
2021-06-27 17:28:11 +03:00 |
|
MAIKS1900
|
b2c6077f4d
|
Merge branch 'master' of https://github.com/MAIKS1900/pyTelegramBotAPI into master
|
2021-06-27 15:08:37 +03:00 |
|
Badiboy
|
c088fabe6c
|
Release version 3.8.0
|
2021-06-27 13:09:08 +03:00 |
|
Vlad Galatskiy
|
e56f134a7c
|
Add file_name support to send_document method
|
2021-06-27 11:38:45 +03:00 |
|
Vlad Galatskiy
|
38c4c21030
|
Add file_name argument to send_data method
|
2021-06-27 11:37:27 +03:00 |
|
MAIKS1900
|
3e33b7f1cb
|
Bot API 5.3 changes
- Personalized Commands for different chats
- Custom Placeholders of input field for ReplyKeyboardMarkup and ForceReply.
|
2021-06-26 14:36:14 +03:00 |
|
SwissCorePy
|
ce991e9ac3
|
Update types.py
added the missing attributes `can_manage_chat` and `can_manage_voice_chats` to ChatMember class
|
2021-06-23 22:52:24 +02:00 |
|
SwissCorePy
|
3d5415433e
|
Update __init__.py
Updated TeleBot doc string and added the missing functions to AsyncTeleBot
|
2021-06-23 22:51:17 +02:00 |
|
SwissCorePy
|
0bfefdf15d
|
changed allowed_updates in util to update_types
i think its more clear name
|
2021-06-23 19:57:44 +02:00 |
|
SwissCorePy
|
506464e637
|
Update __init__.py
Added the parameter `allowed_updates` to polling and infinity_polling functions
|
2021-06-23 19:29:36 +02:00 |
|
SwissCorePy
|
4554cb969f
|
Update __init__.py
added handlers for `my_chat_member` and `chat_member`
|
2021-06-23 16:10:48 +02:00 |
|
SwissCorePy
|
65cf841015
|
Update util.py
added `allowed_updates` list (used by `_init_._retrieve_all_updates` because `chat_member` is not requested by default)
|
2021-06-23 16:09:40 +02:00 |
|