Skip to content

Commit

Permalink
added_tip_about_tma_language
Browse files Browse the repository at this point in the history
  • Loading branch information
reveloper committed Dec 2, 2023
1 parent 298d1a1 commit 9f0302d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/develop/dapps/telegram-apps/tips-and-tricks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,14 @@ To prevent such accidental closures, enable `closing_behavior` in the TMA. This
```typescript
window.Telegram.WebApp.enableClosingConfirmation()
```


## How to specify a description for a certain language in the TMA?

:::tip
You can configure your description with following methods:

* https://core.telegram.org/bots/api#setmydescription
* https://core.telegram.org/bots/api#setmyshortdescription

:::

0 comments on commit 9f0302d

Please sign in to comment.