remove emoji from readme

This commit is contained in:
2025-05-16 19:32:42 +02:00
parent 0a97dcb51d
commit c2955b7b1b
3 changed files with 13 additions and 15 deletions

View File

@@ -1,6 +1,6 @@
{
"clangd.arguments": [
"--compile-commands-dir=buildDir/"
"--compile-commands-dir=build/"
],
"clangd.path": "clangd",
}

View File

@@ -1,26 +1,24 @@
# tgbot
A minimal C Telegram API Framework 🚀
A minimal C Telegram API Framework
## 📋 Requirements
## 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.
> Note: This project is purely educational. It does not aim to cover the entire Telegram Bot API, but only a selected subset of methods.
### Currently Supported Features
#### 📑 Types
### Supported Features
#### Types
- **InlineKeyboardMarkup**
- Note: Standard `KeyboardMarkup` is intentionally not supported.
#### ⚙️ Methods
#### Methods
- `getMe`
- `sendMessage`
- `editMessageText`
## 🛠️ Roadmap
Future planned methods to expand functionality:
- 📸 `sendPhoto`
- 🎵 `sendAudio`
- 📂 `sendDocument`
- 🎥 `sendVideo`
## Roadmap
- `sendPhoto`
- `sendAudio`
- `sendDocument`
- `sendVideo`