refactor: readme
This commit is contained in:
@@ -1,8 +1,9 @@
|
|||||||
# tgbot
|
# tgbot
|
||||||
A minimal C Telegram API Framework
|
|
||||||
|
A minimal C Telegram API Framework.
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
- meson
|
|
||||||
- libcurl
|
- libcurl
|
||||||
- json-c
|
- json-c
|
||||||
|
|
||||||
@@ -39,19 +40,23 @@ $ meson install
|
|||||||
</details>
|
</details>
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
|
||||||
You can find some examples [here](./examples/).
|
You can find some examples [here](./examples/).
|
||||||
|
|
||||||
### Supported Types
|
### Supported Types
|
||||||
|
|
||||||
- **InlineKeyboardMarkup**
|
- **InlineKeyboardMarkup**
|
||||||
- Note: Standard `KeyboardMarkup` is intentionally not supported.
|
- Note: Standard `KeyboardMarkup` is intentionally not supported.
|
||||||
|
|
||||||
#### Supported Methods
|
#### Supported Methods
|
||||||
|
|
||||||
- `getMe`
|
- `getMe`
|
||||||
- `sendMessage`
|
- `sendMessage`
|
||||||
- `editMessageText`
|
- `editMessageText`
|
||||||
- `sendDice`
|
- `sendDice`
|
||||||
|
|
||||||
## Roadmap
|
## Roadmap
|
||||||
|
|
||||||
- `sendPhoto`
|
- `sendPhoto`
|
||||||
- `sendAudio`
|
- `sendAudio`
|
||||||
- `sendDocument`
|
- `sendDocument`
|
||||||
|
|||||||
Reference in New Issue
Block a user