Metadata-Version: 2.4
Name: types-alya
Version: 8.3.0a0
Summary: Autogenerated wrapper for telegram api.
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: httpx>=0.28.1
Requires-Dist: pydantic>=2.11.5

# Alya's types
Using [ark0f's api parser](https://github.com/ark0f/tg-bot-api).


## Generate
1. Clone this repo.

    ```git clone https://github.com/mrsmori/alya-types```

2. Create venv

    ```py -m venv env```

3. Generate models
    ```py main.py```

## Using

1. Install
    ```pip install types-alya```

2. Use
    ```python 
    from alya_types import ApiWrapper, objects
    ```
