Metadata-Version: 2.4
Name: tybotframe
Version: 0.1.1
Summary: A structural messaging module for sending text and buttons with commands through Telegram
Author-email: VCatus <no@thankyou.com>
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: python-telegram-bot>=20.0

# How To install 

### Step 1:
```pip install tybotframe```

# How to Import and use 

### Step 1:
import tybotframe module
```from tybotframe import message, button_message```

### Step 2: 
import asyncio module
```import asyncio```

# Fuctions

### Basic Messaging

```async.run(message())```

### Button and command messaging

```async.run(button_message())```

# REQUIRMENTS

### updated python
### Your Group ID
### Your @BotFather API 
### Message Content 
