3 files changed
+3
-3
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
44 |
| - | |
| 44 | + | |
45 | 45 |
| |
46 | 46 |
| |
47 | 47 |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
45 | 45 |
| |
46 | 46 |
| |
47 | 47 |
| |
48 |
| - | |
| 48 | + | |
49 | 49 |
| |
50 | 50 |
| |
51 | 51 |
|
Submodule pybotx-submodule updated 50 files
- .github/workflows/python-app.yml+2-1
- README.md+41-1
- poetry.lock+161-154
- pybotx/__init__.py+34-2
- pybotx/bot/bot.py+163-20
- pybotx/bot/bot_accounts_storage.py+4-4
- pybotx/bot/handler.py+8
- pybotx/bot/handler_collector.py+82-20
- pybotx/client/botx_method.py+2-3
- pybotx/client/smartapps_api/exceptions.py+5
- pybotx/client/smartapps_api/smartapp_manifest.py+99
- pybotx/client/smartapps_api/smartapp_unread_counter.py+68
- pybotx/client/users_api/user_from_csv.py+40-1
- pybotx/client/users_api/user_from_search.py+37
- pybotx/logger.py+9
- pybotx/models/bot_account.py+22-3
- pybotx/models/commands.py+6
- pybotx/models/enums.py+16-2
- pybotx/models/message/forward.py+8-1
- pybotx/models/message/incoming_message.py+3
- pybotx/models/message/markup.py+59-2
- pybotx/models/sync_smartapp_event.py+148
- pybotx/models/system_events/chat_deleted_by_user.py+57
- pybotx/models/system_events/event_edit.py+18-2
- pybotx/models/system_events/smartapp_event.py+4-4
- pybotx/models/users.py+47
- pyproject.toml+5-6
- setup.cfg+3-2
- tests/client/notifications_api/test_markup.py+125
- tests/client/smartapps_api/test_smartapp_manifest.py+198
- tests/client/smartapps_api/test_smartapp_unread_counter.py+66
- tests/client/test_botx_method.py+46
- tests/client/users_api/conftest.py+117
- tests/client/users_api/convert_to_datetime.py+9
- tests/client/users_api/test_search_user_by_email.py+42-23
- tests/client/users_api/test_search_user_by_emails.py+44-25
- tests/client/users_api/test_search_user_by_huid.py+42-23
- tests/client/users_api/test_search_user_by_login.py+43-23
- tests/client/users_api/test_search_user_by_other_id.py+42-24
- tests/client/users_api/test_users_as_csv.py+29-7
- tests/conftest.py+108-2
- tests/models/test_bot_account.py+20
- tests/models/test_markup.py+1-1
- tests/system_events/test_chat_deleted_by_user.py+90
- tests/system_events/test_event_edit.py+5-2
- tests/test_base_command.py+118
- tests/test_end_to_end.py+143-3
- tests/test_handler_collector.py+54-1
- tests/test_incoming_message.py+3
- tests/test_verify_request.py+122-1
0 commit comments