Skip to content

Commit

Permalink
docs: add emoji to features
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-linch committed Apr 29, 2024
1 parent 6a42215 commit 038ca3b
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,16 @@ go-tg is a Go client library for accessing [Telegram Bot API](https://core.teleg
## Features

- Code for Bot API types and methods is generated with embedded official documentation.
- Support [context.Context](https://pkg.go.dev/context).
- API Client and bot framework are strictly separated, you can use them independently.
- No runtime reflection overhead.
- Supports Webhook and Polling natively;
- [Webhook reply](https://core.telegram.org/bots/faq#how-can-i-make-requests-in-response-to-updates) for high load bots;
- Handlers, filters, and middleware are supported.
- [WebApps](https://core.telegram.org/bots/webapps) and [Login Widget](https://core.telegram.org/widgets/login) helpers.
- :rocket: Code for Bot API types and methods is generated with embedded official documentation.
- :white_check_mark: Support [context.Context](https://pkg.go.dev/context).
- :link: API Client and bot framework are strictly separated, you can use them independently.
- :zap: No runtime reflection overhead.
- :arrows_counterclockwise: Supports Webhook and Polling natively;
- :mailbox_with_mail: [Webhook reply](https://core.telegram.org/bots/faq#how-can-i-make-requests-in-response-to-updates) for high load bots;
- :raised_hands: Handlers, filters, and middleware are supported.
- :globe_with_meridians: [WebApps](https://core.telegram.org/bots/webapps) and [Login Widget](https://core.telegram.org/widgets/login) helpers.
- :handshake: Business connections support


## Install

Expand Down

0 comments on commit 038ca3b

Please sign in to comment.