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

Commit Graph

  • 2bd81a5f5c I'm back: Bot API Update too :) _run 2023-03-10 15:21:07 +04:00
  • 5d9a76b0dd Merge pull request #1917 from S1RANN/master Badiboy 2023-03-03 11:00:03 +03:00
  • 6459f13f25 Merge pull request #1927 from Badiboy/master Badiboy 2023-02-22 09:51:22 +03:00
  • c9b6d3f868 New content types added + typo fix Badiboy 2023-02-22 09:49:29 +03:00
  • 80c1a4798d Merge pull request #1921 from zeldpol/patch-1 Badiboy 2023-02-18 23:46:03 +03:00
  • 7a67d5f9f9 Fix .webm async upload Dmitry 2023-02-18 22:36:29 +02:00
  • d12ea91e12 Fix .webm upload zeldpol 2023-02-17 19:23:11 +02:00
  • 4f2c89c4a8 Add a function to extract contents of entities from messages orocane 2023-02-15 15:12:33 +08:00
  • fb7d60f09d Merge pull request #1913 from coder2020official/botapi6.5 _run 2023-02-09 19:49:17 +04:00
  • 8dc4e77287 Update asyncio_helper.py coder2020official 2023-02-09 19:27:05 +04:00
  • a999161384 Merge pull request #1911 from Badiboy/master Badiboy 2023-02-09 17:58:28 +03:00
  • b4196f5891 restrict_chat_member fix Badiboy 2023-02-09 17:56:10 +03:00
  • e55fe962ca Merge pull request #1906 from Badiboy/master 4.10.0 Badiboy 2023-02-05 13:14:08 +03:00
  • 3d2c5c9590 Bump version to 4.10.0 Badiboy 2023-02-05 13:11:07 +03:00
  • 40567570e8 Merge pull request #1902 from coder2020official/botapi6.5 _run 2023-02-05 13:07:47 +04:00
  • 4179e502c3 Fix description coder2020official 2023-02-05 11:13:31 +04:00
  • a9b878107c Fix can_send_media_messages param, added warnings coder2020official 2023-02-04 22:24:26 +04:00
  • 2094120ec7 Added user_chat_id to ChatJoinRequest; And, i corrected typehints coder2020official 2023-02-04 20:07:01 +04:00
  • d1348606e3 Added use_independent_chat_permissions to setchatpermissions coder2020official 2023-02-04 20:04:07 +04:00
  • d0d03d0c09 Added use_independent_chat_permissions for restrictchatmember coder2020official 2023-02-04 19:59:49 +04:00
  • fdd82a5e4b Merge pull request #1894 from Muhammad-Aadil/master Badiboy 2023-02-04 18:46:39 +03:00
  • 9e68f76f5d Replaced the fields can_send_media_messages in the classes ChatMemberRestricted and ChatPermissions with separate fields can_send_audios, can_send_documents, can_send_photos, can_send_videos, can_send_video_notes, and can_send_voice_notes for different media types. coder2020official 2023-02-04 18:57:06 +04:00
  • 4000c9fb48 Added chat_shared and chatshared coder2020official 2023-02-04 16:58:48 +04:00
  • ae42d0b1fe Added usershared and user_shared coder2020official 2023-02-04 16:54:43 +04:00
  • a3891ff363 Pep 0563 proposed change coder2020official 2023-02-04 16:29:48 +04:00
  • 4d7f5310fb Added the class KeyboardButtonRequestChat and the field request_chat to the class KeyboardButton. coder2020official 2023-02-04 16:24:05 +04:00
  • 3e0d69f7f4 fixed checks x1 _run 2023-02-04 16:16:34 +04:00
  • 2e5fb10430 Added the class KeyboardButtonRequestUser and the field request_user to the class KeyboardButton. coder2020official 2023-02-04 16:02:18 +04:00
  • c39c050abf Update README.md _run 2023-02-04 15:32:55 +04:00
  • ed6d6cc03f add poll answer handler to poll_example.py to show the example to send next poll or log user answers Muhammad Aadil 2023-02-04 11:22:49 +05:00
  • 10a80e1cfa add only quiz type poll example to the poll_example.py Muhammad Aadil 2023-02-04 10:27:29 +05:00
  • d99f48f975 Merge pull request #1893 from artyl/master Badiboy 2023-01-31 20:52:59 +03:00
  • dae2790c61 Merge pull request #1898 from Badiboy/master _run 2023-01-31 20:59:35 +04:00
  • f5eac56afa Async allowed_updates fix Badiboy 2023-01-31 11:19:11 +03:00
  • 268c3a9210 Merge pull request #1890 from iamnalinor/master _run 2023-01-28 19:35:02 +04:00
  • ad7e4bbaf7 Added poll_example.py in the examples Muhammad Aadil 2023-01-28 18:20:58 +05:00
  • b9bedef73f Avoid raise RuntimeError(cannot join current thread) Artem Lavrenov 2023-01-28 12:26:25 +03:00
  • 9fb5f89f18 Merge pull request #1892 from bgelov/patch-1 Badiboy 2023-01-27 09:24:07 +03:00
  • 409ff49603 Update README.md Oleg Belov 2023-01-26 22:49:41 -03:00
  • 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. Albert 2023-01-21 17:00:36 +04:00
  • b743aa5813 Merge pull request #1884 from Cub11k/master Badiboy 2023-01-16 16:58:58 +03:00
  • 1797f076dc Remove redundant function Cub11k 2023-01-16 15:45:59 +02:00
  • 68c1fe8cb5 Merge pull request #1883 from Cub11k/master _run 2023-01-15 17:22:22 +04:00
  • 1eda7cafd4 Fix type of attribute id of InlineQuery from int to str Cub11k 2023-01-15 15:04:07 +02:00
  • 291566908b Merge pull request #1882 from CommanderCRM/patch-1 Badiboy 2023-01-13 15:58:55 +03:00
  • bef29d9318 Added a bot with public source code to the list Ilya Krivoshein 2023-01-13 19:14:10 +07:00
  • a5af586a46 Merge pull request #1881 from Cub11k/master Badiboy 2023-01-10 20:48:50 +03:00
  • 93dcbbeb02 Create method get_media_file_id() Cub11k 2023-01-10 19:35:36 +02:00
  • bd94d8d91c Merge pull request #1873 from coder2020official/circular_import_fix Badiboy 2023-01-08 09:55:33 +03:00
  • 6b399ab8cd Being specific with except block _run 2023-01-08 10:49:27 +04:00
  • 8744402efc Removed built-in io module from try/except block _run 2023-01-08 10:48:45 +04:00
  • d5bbaa900e Merge pull request #1870 from Cub11k/master Badiboy 2023-01-07 13:02:26 +03:00
  • 02ae255701 Revert changes in util.py Konstantin Ostashenko 2023-01-06 22:39:27 +02:00
  • c27f60b94b Make create_dir() method cross-platform instead of POSIX only. Cub11k 2023-01-06 22:36:08 +02:00
  • a781929a2d Merge pull request #1868 from Cub11k/master Badiboy 2023-01-06 22:51:52 +03:00
  • e6f8acadf4 rename _util.py to service_utils.py Cub11k 2023-01-06 21:41:30 +02:00
  • c298d95d0f Move functions, required in types.py to _util.py Cub11k 2023-01-06 19:27:25 +02:00
  • 8aee5372ee Update README.md - add link to ru docs Cub11k 2023-01-05 16:25:16 +02:00
  • df105ab1d8 Merge pull request #1867 from Cub11k/master _run 2023-01-05 18:20:30 +04:00
  • b93ec5d0e0 Translated calldata.po to russian Cub11k 2023-01-05 16:13:00 +02:00
  • f201df3275 Translated index.po to russian Cub11k 2023-01-05 16:03:14 +02:00
  • 206e4e024b Merge pull request #1865 from coder2020official/master _run 2023-01-04 18:08:35 +04:00
  • bd1290592b Fix docs issues coder2020official 2023-01-04 18:07:29 +04:00
  • 9b9eb775f7 Merge pull request #1863 from Cub11k/master _run 2023-01-04 17:39:34 +04:00
  • 3cfa24f9c0 Fix msgid for forward_message:5 in async_version.po Konstantin Ostashenko 2023-01-04 15:35:09 +02:00
  • b540a6c4d4 Fix msgid for forward_message:5 in sync_version.po Konstantin Ostashenko 2023-01-04 15:33:18 +02:00
  • a0ba5ae9af Finished translations on sync and async versions. Spelling fixes Cub11k 2023-01-04 00:43:42 +02:00
  • 651db29cb2 Fix typehints for stop_poll reply markup Cub11k 2023-01-03 23:45:59 +02:00
  • 490168f3f6 Some translations Up to lines sync_version.po:4527 and async_version.po:4448 Cub11k 2023-01-03 19:43:36 +02:00
  • bf38071e8f Some translations Up to lines sync_version.po:3691 and async_version.po:3609 Cub11k 2023-01-03 17:32:31 +02:00
  • e8aaa524fe Merge branch 'sync_and_async_upd' into master Konstantin Ostashenko 2023-01-02 17:41:48 +02:00
  • e2e754fdff Merge pull request #3 from eternnoir/master Konstantin Ostashenko 2023-01-02 17:35:04 +02:00
  • d64f305fd4 Merge pull request #1861 from coder2020official/docs _run 2023-01-02 19:29:40 +04:00
  • 611bf4235c Updated documentation locales coder2020official 2023-01-02 19:27:57 +04:00
  • fe0dc6930c Merge pull request #2 from Cub11k/master Konstantin Ostashenko 2023-01-02 17:14:33 +02:00
  • 6d4d3f8005 Merge pull request #1 from eternnoir/master Konstantin Ostashenko 2023-01-02 17:12:49 +02:00
  • 0f7464e8c4 Some translations Up to lines sync_version.po:3008 and async_version.po:3122 Cub11k 2023-01-02 17:09:48 +02:00
  • 6f86382e33 Merge pull request #1860 from Badiboy/master 4.9.0 Badiboy 2023-01-02 18:00:39 +03:00
  • 43cc203654 Bump version to 4.9/0 Badiboy 2023-01-02 18:00:20 +03:00
  • 3b62ad4765 Merge pull request #1855 from coder2020official/botapi6.4 Badiboy 2023-01-02 17:55:32 +03:00
  • 3be5015f9e Update telebot/types.py _run 2023-01-02 17:55:30 +04:00
  • 267a33c329 Update telebot/types.py _run 2023-01-02 17:55:14 +04:00
  • 667e82d073 Update telebot/types.py _run 2023-01-02 17:54:35 +04:00
  • dd50273c95 Some translations Up to lines sync_version.po:2709 and async_version.po:2853 Cub11k 2022-12-31 14:16:13 +02:00
  • 8e9d566d5c Minor fixes and some translations Up to lines sync_version.po:2382 and async_version.po:2528 Cub11k 2022-12-31 00:56:38 +02:00
  • 79bc869143 Merge pull request #1856 from Cub11k/master _run 2022-12-30 23:56:32 +04:00
  • 68edb4990c Fix async_version.po Konstantin Ostashenko 2022-12-30 21:42:50 +02:00
  • 19544ecc58 Copied translations from sync_version.po to async_version.po Cub11k 2022-12-30 21:24:13 +02:00
  • eed56be596 Added fields has_hidden_members and has_aggressive_anti_spam_enabled to class Chat coder2020official 2022-12-30 20:38:26 +04:00
  • 9f8256607a Added the parameter message_thread_id to the method sendChatAction for sending chat actions to a specific message thread or a forum topic. coder2020official 2022-12-30 20:23:53 +04:00
  • f297ad23c7 Added methods for topic management coder2020official 2022-12-30 20:19:50 +04:00
  • a20a3ae321 topic events and write_access_allowed coder2020official 2022-12-30 20:07:38 +04:00
  • 107f92314b icon_custom_emoji_id and name parameters made optional for edit_forum_topic coder2020official 2022-12-30 19:50:14 +04:00
  • 9f5d9861a4 Added the field has_media_spoiler to the class Message. coder2020official 2022-12-30 19:41:46 +04:00
  • 4537b237c8 has_spoiler for types.py coder2020official 2022-12-30 19:27:38 +04:00
  • 4d11e97c25 has_spoiler parameter coder2020official 2022-12-30 19:20:23 +04:00
  • f0a1cefdda Added the field is_persistent to the class ReplyKeyboardMarkup coder2020official 2022-12-30 19:08:37 +04:00
  • 24cd014410 Update README.md _run 2022-12-30 18:52:00 +04:00
  • ba64180b5f Merge pull request #1854 from Cub11k/master Badiboy 2022-12-30 16:44:31 +03:00
  • 3812fd05e3 Fixed typehints for reply markup in editing methods (async) Cub11k 2022-12-30 14:04:12 +02:00