first commit
This commit is contained in:
26
README.md
Normal file
26
README.md
Normal file
@@ -0,0 +1,26 @@
|
||||
# tgbot
|
||||
A minimal C Telegram API Framework 🚀
|
||||
|
||||
## 📋 Requirements
|
||||
- libcurl
|
||||
- json-c
|
||||
|
||||
## 🎯 Goal
|
||||
This project is not designed to cover the entire Telegram Bot API. Instead, it focuses on a subset of the API for simplicity.
|
||||
|
||||
### Currently Supported Features
|
||||
#### 📑 Types
|
||||
- **InlineKeyboardMarkup**
|
||||
- Note: Standard `KeyboardMarkup` is intentionally not supported.
|
||||
|
||||
#### ⚙️ Methods
|
||||
- `getMe`
|
||||
- `sendMessage`
|
||||
- `editMessageText`
|
||||
|
||||
## 🛠️ Roadmap
|
||||
Future planned methods to expand functionality:
|
||||
- 📸 `sendPhoto`
|
||||
- 🎵 `sendAudio`
|
||||
- 📂 `sendDocument`
|
||||
- 🎥 `sendVideo`
|
||||
Reference in New Issue
Block a user