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
SwissCorePy
bffbe764e5
Update tgs_sticker support
...
* Updated `create_new_sticker_set` and `add_sticker_to_set` functions
* Removed `create_new_animated_sticker_set` and `add_sticker_to_animated_sticker_set` functions
2021-06-22 15:57:34 +02:00
SwissCorePy
c00595e212
Update types.py
...
* Added Parameter `caption_entities` to `InputMedia` class
* Added Parameter `disable_content_type_detection` to `InputMediaDocument` class
2021-06-22 15:55:14 +02:00
SwissCorePy
3f46ce3b7b
added InputInvoiceMessageContent and tgs_sticker support
...
and some small changes
2021-06-21 19:59:39 +02:00
SwissCorePy
d3369245c4
fixed wrong type hint
2021-06-21 17:49:03 +02:00
SwissCorePy
7118613ef7
Added missing features
...
* added some missing features of TelegramBotAPI 4.6-5.2 to pyTelegramBotAPI
* added type hints to (almost) all public TeleBot functions
2021-06-21 17:39:13 +02:00
Badiboy
07d198aebe
Merge pull request #1195 from SwissCorePy/master
...
Added class ChatMemberUpdated
2021-06-19 22:18:50 +03:00
SwissCorePy
0370a9f277
Added class ChatMemberUpdated
...
* Added class `ChatMemberUpdated` to types
* Simplified `de_json` functions in `WebhookInfo` and `Update` classes (for overall more consistent code)
* changed `options_ids` to ´option_id` in class `PollAnswer`
* Added test for `ChatMemberUpdated` class in `test_types.py` and added the fields `my_chat_member` and `chat_member` to the `Update` class and its tests
2021-06-19 20:13:53 +02:00
Badiboy
22d3ac027a
Merge pull request #1194 from SwissCorePy/master
...
Minor updates to the https://github.com/eternnoir/pyTelegramBotAPI/pull/1191
2021-06-19 19:25:04 +03:00
SwissCorePy
795f7fff7f
Some small changes
...
* Fixed type warnings in some editors by changing `var: Type = None` to `var: Union[Type, None] = None`
* changed some args from `obj['arg']` to `obj.get('arg')` if arg is optional
* better PEP-8 compliance for less weak warnings
* added tests for the new type `ChatInviteLink`
2021-06-19 17:59:55 +02:00
Badiboy
ab6d40a072
Merge pull request #1193 from Badiboy/master
...
Raise exception if no token passed
2021-06-19 15:10:32 +03:00
Badiboy
d26923e167
Raise exception if no token passed
2021-06-19 15:09:52 +03:00
SwissCorePy
a9ae070256
Update types.py
2021-06-18 22:37:31 +02:00
SwissCorePy
63fe6e01d1
Fixed the errors from my last PRs
...
I testet all using pytest and python versions 3.6-3.9 on macOS
2021-06-18 22:35:49 +02:00
SwissCorePy
bbafdd1c1d
Some Updates
...
> Added lot of type hints to types.py
> Added some new fields from TelegramBotAPI to pyTelegramBotAPI
> fixed `circular import error in util.py
> Added functions `log_out` and `close` to __init__.py and apihelper.py
> And some more small changes
2021-06-17 20:28:53 +02:00
Badiboy
74c4ab2f04
Merge pull request #1183 from SwissCorePy/master
...
Fixed a bug in `user_link`
2021-06-09 17:28:13 +03:00
SwissCorePy
ab05cb0045
Fixed a bug in user_link
...
`user_link` returned an empty string if `include_id` was set to False
2021-06-09 16:20:42 +02:00
Badiboy
2add34c702
Fix special case when content_type is None
2021-06-04 12:28:33 +03:00
Badiboy
afbc67795a
Partial rollback for previous update
2021-06-04 12:11:37 +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
SwissCorePy
20030f47af
Update util.py
...
Added the function `smart_split` to split text into meaningful parts.
2021-06-03 18:51:32 +02: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
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