LICENSE
README.md
pyproject.toml
botix/__init__.py
botix/api_client.py
botix/api_response.py
botix/client.py
botix/configuration.py
botix/exceptions.py
botix/idempotency.py
botix/py.typed
botix/rest.py
botix/webhook.py
botix.egg-info/PKG-INFO
botix.egg-info/SOURCES.txt
botix.egg-info/dependency_links.txt
botix.egg-info/requires.txt
botix.egg-info/top_level.txt
botix/api/__init__.py
botix/api/channels_api.py
botix/api/chats_api.py
botix/api/contacts_api.py
botix/api/messages_api.py
botix/api/scenarios_api.py
botix/api/system_api.py
botix/api/webhooks_api.py
botix/models/__init__.py
botix/models/bulk_result.py
botix/models/bulk_result_data.py
botix/models/bulk_result_data_results_inner.py
botix/models/channel.py
botix/models/channels_list200_response.py
botix/models/channels_list200_response_meta.py
botix/models/chat.py
botix/models/chats_list200_response.py
botix/models/contact.py
botix/models/contact_writable.py
botix/models/contacts_add_tag200_response.py
botix/models/contacts_add_tag200_response_data.py
botix/models/contacts_add_tag_request.py
botix/models/contacts_bulk_create_request.py
botix/models/contacts_bulk_update_request.py
botix/models/contacts_bulk_update_request_updates_inner.py
botix/models/contacts_list200_response.py
botix/models/contacts_remove_tag200_response.py
botix/models/error.py
botix/models/error_error.py
botix/models/me_response.py
botix/models/me_response_data.py
botix/models/me_response_data_limits.py
botix/models/me_response_data_rate_limit.py
botix/models/message.py
botix/models/messages_bulk_send200_response.py
botix/models/messages_bulk_send200_response_data.py
botix/models/messages_bulk_send200_response_data_results_inner.py
botix/models/messages_bulk_send_request.py
botix/models/messages_bulk_send_request_messages_inner.py
botix/models/messages_bulk_send_request_messages_inner_attachments_inner.py
botix/models/messages_list200_response.py
botix/models/messages_send200_response.py
botix/models/messages_send200_response_data.py
botix/models/messages_send_request.py
botix/models/messages_send_request_attachments_inner.py
botix/models/scenario.py
botix/models/scenarios_list200_response.py
botix/models/scenarios_run200_response.py
botix/models/scenarios_run200_response_data.py
botix/models/scenarios_run_request.py
botix/models/success_contact.py
botix/models/success_with_meta.py
botix/models/success_with_meta_meta.py
botix/models/webhook.py
botix/models/webhook_event.py
botix/models/webhooks_create201_response.py
botix/models/webhooks_create201_response_data.py
botix/models/webhooks_create_request.py
botix/models/webhooks_list200_response.py
botix/models/webhooks_test200_response.py
botix/models/webhooks_test200_response_data.py
botix/models/webhooks_update_request.py
tests/test_client.py
tests/test_idempotency.py
tests/test_webhook.py