Files
tgbot/README.md
2025-05-16 19:32:42 +02:00

25 lines
478 B
Markdown

# tgbot
A minimal C Telegram API Framework
## Requirements
- libcurl
- json-c
> Note: This project is purely educational. It does not aim to cover the entire Telegram Bot API, but only a selected subset of methods.
### Supported Features
#### Types
- **InlineKeyboardMarkup**
- Note: Standard `KeyboardMarkup` is intentionally not supported.
#### Methods
- `getMe`
- `sendMessage`
- `editMessageText`
## Roadmap
- `sendPhoto`
- `sendAudio`
- `sendDocument`
- `sendVideo`