Metadata-Version: 2.1
Name: simple-telegram-api
Version: 0.1.4
Description-Content-Type: text/markdown

# Simple Telegram Bot

A simple and easy-to-use Python library for Telegram bots. This library allows you to send messages, edit messages, fetch updates, and handle messages easily.

## Installation

Installation using pip (a Python package manager):

```
pip install simple-telegram-api
```

## Updating

To update to the latest version, use:

```
pip install simple-telegram-api --upgrade
```

## Recommendations

To make sure everything runs smoothly and follows Telegram's rules, it's best to add a short break between API requests. It's a good idea to use ```time.sleep(1)```, as shown in the examples.
