remove emoji from readme
This commit is contained in:
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"clangd.arguments": [
|
"clangd.arguments": [
|
||||||
"--compile-commands-dir=buildDir/"
|
"--compile-commands-dir=build/"
|
||||||
],
|
],
|
||||||
"clangd.path": "clangd",
|
"clangd.path": "clangd",
|
||||||
}
|
}
|
||||||
24
README.md
24
README.md
@@ -1,26 +1,24 @@
|
|||||||
# tgbot
|
# tgbot
|
||||||
A minimal C Telegram API Framework 🚀
|
A minimal C Telegram API Framework
|
||||||
|
|
||||||
## 📋 Requirements
|
## Requirements
|
||||||
- libcurl
|
- libcurl
|
||||||
- json-c
|
- json-c
|
||||||
|
|
||||||
## 🎯 Goal
|
> Note: This project is purely educational. It does not aim to cover the entire Telegram Bot API, but only a selected subset of methods.
|
||||||
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
|
### Supported Features
|
||||||
#### 📑 Types
|
#### Types
|
||||||
- **InlineKeyboardMarkup**
|
- **InlineKeyboardMarkup**
|
||||||
- Note: Standard `KeyboardMarkup` is intentionally not supported.
|
- Note: Standard `KeyboardMarkup` is intentionally not supported.
|
||||||
|
|
||||||
#### ⚙️ Methods
|
#### Methods
|
||||||
- `getMe`
|
- `getMe`
|
||||||
- `sendMessage`
|
- `sendMessage`
|
||||||
- `editMessageText`
|
- `editMessageText`
|
||||||
|
|
||||||
## 🛠️ Roadmap
|
## Roadmap
|
||||||
Future planned methods to expand functionality:
|
- `sendPhoto`
|
||||||
- 📸 `sendPhoto`
|
- `sendAudio`
|
||||||
- 🎵 `sendAudio`
|
- `sendDocument`
|
||||||
- 📂 `sendDocument`
|
- `sendVideo`
|
||||||
- 🎥 `sendVideo`
|
|
||||||
|
|||||||
Reference in New Issue
Block a user