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

Commit Graph

  • 51b2ec701d Removed unecessary methods from documentation(to_json, de_json, to_dict) _run 2022-07-26 16:27:15 +05:00
  • 3d7f334d79 Updated all docstrings for types(visual) _run 2022-07-26 16:16:35 +05:00
  • a61508ca0c Merge pull request #1643 from robz-tirtlib/patch-1 Badiboy 2022-07-25 21:42:22 +03:00
  • 9d9e76e724 small fix robz-tirtlib 2022-07-25 15:49:33 +03:00
  • b0e06253ff Completed docstrings for all files except types.py _run 2022-07-24 23:14:09 +05:00
  • 7c12162576 Merge pull request #1640 from coder2020official/master Badiboy 2022-07-20 11:35:40 +03:00
  • f0feb45e87 Completed all docstrings / typehints up to 100%(visual) _run 2022-07-19 23:51:25 +05:00
  • c2cfe24426 Typehints & Docstrings completed for sync version up to 100%(visual) _run 2022-07-19 23:49:05 +05:00
  • f6ec3493ad Fixed 45% of typehints/docstrings for sync telebot _run 2022-07-19 00:27:21 +05:00
  • e553f3aa1d Merge pull request #1638 from coder2020official/master Badiboy 2022-07-18 18:14:52 +03:00
  • 49d3b463ed Fixes #1636 _run 2022-07-18 14:01:14 +05:00
  • 147278733b Fix #1637 _run 2022-07-18 13:47:14 +05:00
  • 54ad1582aa Merge pull request #1635 from coder2020official/master Badiboy 2022-07-17 00:42:55 +03:00
  • e379708af6 Update __init__.py _run 2022-07-16 20:12:38 +05:00
  • 9f7b113e2f Merge branch 'master' into master _run 2022-07-16 20:11:40 +05:00
  • 482498e1e5 Merge branch 'master' of https://github.com/coder2020official/pyTelegramBotAPI _run 2022-07-16 20:09:54 +05:00
  • 22beead3b5 Update __init__.py _run 2022-07-16 20:09:52 +05:00
  • 2b01765627 Merge pull request #1633 from coder2020official/master Badiboy 2022-07-16 18:04:52 +03:00
  • 5dbe1b3523 Merge pull request #1631 from coder2020official/newfeatures Badiboy 2022-07-16 12:46:12 +03:00
  • 3ffd06fcca Add feedback-bot to Bots using this library section _run 2022-07-15 23:26:55 +05:00
  • ea1efad1ea Update asyncio_helper.py _run 2022-07-15 22:28:43 +05:00
  • 1efe465e9d Update async_telebot.py _run 2022-07-15 22:06:18 +05:00
  • 0c6f84c79a update_sensitive field for middlewares _run 2022-07-15 16:24:15 +05:00
  • bf415e4bd7 Merge pull request #1624 from coder2020official/master Badiboy 2022-07-13 20:01:30 +03:00
  • 2fcfdc2584 Merge branch 'eternnoir:master' into master _run 2022-07-13 21:52:57 +05:00
  • 659501efef Update async_telebot.py _run 2022-07-13 21:52:48 +05:00
  • 92654ee970 Merge pull request #1623 from Badiboy/master Badiboy 2022-07-13 15:08:12 +03:00
  • a1bcd3c42e use_class_middlewares checks added Badiboy 2022-07-13 13:10:16 +03:00
  • b276bfacaf Fix exception with typed_middleware_handlers Badiboy 2022-07-13 12:30:13 +03:00
  • 726b203724 Merge pull request #1621 from Badiboy/master Badiboy 2022-07-12 22:48:01 +03:00
  • 16703161aa Typo Badiboy 2022-07-12 22:44:25 +03:00
  • a3a55e7393 Merge pull request #1617 from coder2020official/bugfixes Badiboy 2022-07-12 22:12:20 +03:00
  • 1c11898ea1 Merge pull request #1612 from coder2020official/newfeatures Badiboy 2022-07-11 23:33:39 +03:00
  • 8c6f81546c A typo fixed _run 2022-07-11 23:24:22 +05:00
  • 194bf6e95d Merge branch 'bugfixes' of https://github.com/coder2020official/pyTelegramBotAPI into bugfixes _run 2022-07-11 23:23:10 +05:00
  • 124606fdcb Extend exception handler behaviour with middlewares _run 2022-07-11 23:22:11 +05:00
  • 90a90d4a34 Divided async and sync versions into aio & sync folders _run 2022-07-09 22:30:36 +05:00
  • d67ee2a5c5 Delete webhooks.py _run 2022-07-08 21:16:01 +05:00
  • 970b9d6be4 SyncWebhookListener was rewritten under fastapi. Extensions folder was divided into 2(namings are long, might be changed) _run 2022-07-08 21:13:07 +05:00
  • 0b5b7ad39a Merge pull request #1614 from Badiboy/master Badiboy 2022-07-08 11:19:35 +03:00
  • a7c420aa14 parse_web_app_data function fix Badiboy 2022-07-08 11:15:50 +03:00
  • 0cf2a0fe77 Added extra dependencies and fixed tests _run 2022-07-07 23:02:51 +05:00
  • 2f32236680 Added run_webhooks for asynctelebot _run 2022-07-07 22:56:13 +05:00
  • f8f147f9f4 Fix certificate for webhooks _run 2022-07-07 15:53:27 +05:00
  • 140befc132 Typehint fix if there is no flask installed _run 2022-07-07 15:15:24 +05:00
  • 36fbb13663 Merge branch 'newfeatures' of https://github.com/coder2020official/pyTelegramBotAPI into newfeatures _run 2022-07-07 15:09:45 +05:00
  • e353572c03 Update webhooks listeners. _run 2022-07-07 15:09:02 +05:00
  • ebca668979 Create __init__.py _run 2022-07-06 23:35:59 +05:00
  • 7b8c98d731 Test _run 2022-07-06 23:15:22 +05:00
  • 3cf5305845 Rename _run 2022-07-06 22:06:49 +05:00
  • eb4cd7aba0 Webhook processing function using flask for sync _run 2022-07-06 21:31:03 +05:00
  • 01f9e3b710 Merge pull request #1607 from coder2020official/newfeatures Badiboy 2022-07-05 22:40:54 +03:00
  • e1094c6f02 Update README.md _run 2022-07-05 21:50:11 +05:00
  • 174bbf9c84 Merge branch 'eternnoir:master' into newfeatures _run 2022-07-05 21:19:21 +05:00
  • 1df19e3b2d CallbackQuery fixes for custom filters _run 2022-07-05 21:18:42 +05:00
  • e0e6eee374 Merge pull request #1605 from Badiboy/master Badiboy 2022-07-05 00:01:38 +03:00
  • 78251cdf43 ChatMember type checking reordered Badiboy 2022-07-04 22:41:01 +03:00
  • 81cbddb8cd Added source data (json_string) to CallbackQuery Badiboy 2022-07-04 22:36:42 +03:00
  • 0aa9f0fb42 Update type fix Badiboy 2022-07-04 22:26:24 +03:00
  • f3b1f97362 ChatMember is now typed Badiboy 2022-07-03 23:33:55 +03:00
  • df1977911e Merge pull request #1603 from coder2020official/master Badiboy 2022-07-02 23:12:49 +03:00
  • d861fd0042 Merge branch 'eternnoir:master' into master _run 2022-07-02 21:07:23 +05:00
  • 1fb14e28d4 Fix handler execution and #1594 _run 2022-07-02 21:07:00 +05:00
  • b691a467c0 Merge pull request #1602 from GooGuJiang/patch-1 Badiboy 2022-07-02 11:18:04 +03:00
  • badf982147 Update README.md 咕谷酱 2022-07-02 15:08:06 +08:00
  • 6d52090ef9 Update README.md 咕谷酱 2022-07-02 15:06:46 +08:00
  • cf3a85d699 Update README.md 咕谷酱 2022-07-02 14:31:37 +08:00
  • ef86453126 Update README.md 咕谷酱 2022-07-02 14:23:31 +08:00
  • d9ab5b0d28 Merge pull request #1599 from coder2020official/master Badiboy 2022-07-01 13:55:48 +03:00
  • c920809fa9 Update asyncio_helper.py _run 2022-07-01 15:39:42 +05:00
  • 5939e754bb Update asyncio_helper.py _run 2022-07-01 15:29:34 +05:00
  • 3019b71f7f Merge branch 'eternnoir:master' into master _run 2022-06-30 17:54:25 +05:00
  • 0bdf925fbe Merge branch 'master' of https://github.com/coder2020official/pyTelegramBotAPI _run 2022-06-30 17:54:16 +05:00
  • d14064a84d Fix group and supergroup issues _run 2022-06-30 17:51:58 +05:00
  • 49c93b6027 Merge pull request #1598 from coder2020official/master Badiboy 2022-06-30 15:32:30 +03:00
  • 36749cbdd9 Merge branch 'eternnoir:master' into master _run 2022-06-30 17:10:25 +05:00
  • 6d12b1f2a7 Update callback_data.py _run 2022-06-30 17:10:14 +05:00
  • 419bc5878f Fix typehint for ``set_state`` _run 2022-06-30 17:06:39 +05:00
  • b9b4885568 Merge pull request #1597 from Badiboy/master Badiboy 2022-06-29 19:25:40 +03:00
  • ce0a974c91 Copyright update Badiboy 2022-06-29 19:24:27 +03:00
  • c36f3a228e Update callback_data.py _run 2022-06-29 21:17:57 +05:00
  • ca525b5bea Copyright changes _run 2022-06-29 21:06:36 +05:00
  • 6ff015689a Merge pull request #1595 from coder2020official/master Badiboy 2022-06-29 18:34:06 +03:00
  • 6459aded82 Merge branch 'eternnoir:master' into master _run 2022-06-29 20:22:59 +05:00
  • fec47cecaf Add the possibility to getbase class of a State object _run 2022-06-29 20:21:42 +05:00
  • 3892b0fb80 Merge pull request #1593 from coder2020official/master Badiboy 2022-06-29 12:58:43 +03:00
  • fbb9a73fc0 F###, forgot to put await _run 2022-06-29 14:52:37 +05:00
  • db5c53b8e5 Merge pull request #1591 from coder2020official/master Badiboy 2022-06-28 17:58:35 +03:00
  • 6e8abc709e Pass only the necessary data _run 2022-06-28 19:51:51 +05:00
  • 752f35614c Merge pull request #1587 from coder2020official/master Badiboy 2022-06-26 12:09:38 +03:00
  • a2893945b2 Async changes and sync improvements _run 2022-06-25 22:15:53 +05:00
  • 1686ce4f44 Middleware update: everything in data will be passed to handler if needed. _run 2022-06-25 21:48:44 +05:00
  • 24b1129c8a Merge pull request #1584 from coder2020official/master 4.6.0 Badiboy 2022-06-23 10:50:39 +03:00
  • 7f9dac4147 Fix previous commit coder2020official 2022-06-23 12:46:27 +05:00
  • f96775e9eb Merge pull request #1585 from Prikalel/master Badiboy 2022-06-23 10:41:20 +03:00
  • 1342cab259 Fix boolean parameters coder2020official 2022-06-23 12:05:26 +05:00
  • dd8125cbd0 Rename midddleware to middleware in examples. Alex Poklonsky 2022-06-23 09:09:37 +03:00
  • 8769802744 Bump version to 4.6.0 coder2020official 2022-06-21 15:44:42 +05:00
  • a7fb8a2bec Implemented some tests coder2020official 2022-06-21 15:28:01 +05:00
  • d7f34ae370 Fix the typo coder2020official 2022-06-21 15:27:45 +05:00