Skip to content

Commit

Permalink
upd readme
Browse files Browse the repository at this point in the history
  • Loading branch information
negasus committed Jan 10, 2025
1 parent 6317bb0 commit df6e60b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,12 @@ if errors.Is(err, mybot.ErrorConflict) {
- `bot.Token() string` - returns bot token
- `bot.SetToken()` - set new bot token

## MiniApp misc

Check the repo [go-telegram/miniapp](https://github.com/go-telegram/miniapp) for Telegram MiniApp example.

Repo [go-telegram/miniapp-types](https://github.com/go-telegram/miniapp-types) contains TypeScript types definitions for Telegram MiniApp object.

## UI Components

In the repo https://github.com/go-telegram/ui you can find a some UI elements for your bot.
Expand Down

0 comments on commit df6e60b

Please sign in to comment.