25 lines
478 B
Markdown
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`
|