Skip to content

Commit

Permalink
Add note about allowed_updates to the menu plugin page (#1069)
Browse files Browse the repository at this point in the history
Co-authored-by: Acer <>
Co-authored-by: Nazar Antoniuk <antoniuk.nazar09@gmail.com>
Co-authored-by: Qz <quadratz@proton.me>
Co-authored-by: E5F1AC <150493299+dzikrl@users.noreply.github.com>
Co-authored-by: Habemuscode <{ID}+{username}@users.noreply.github.com>
Co-authored-by: Roj <rojvv@icloud.com>
  • Loading branch information
6 people authored Jun 1, 2024
1 parent d432e6e commit 4230e09
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions site/docs/es/plugins/menu.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ bot.start();
:::

> Asegúrese de instalar todos los menús antes de otros middleware, especialmente antes de los middleware que utilizan datos de consulta de devolución de llamada.
> Además, si utiliza una configuración personalizada para `allowed_updates`, recuerde incluir actualizaciones `callback_query`.
Naturalmente, si está utilizando un [tipo de contexto personalizado](../guide/context#personalizacion-del-objeto-de-contexto), puede pasarlo a `Menu` también.

Expand Down
1 change: 1 addition & 0 deletions site/docs/id/plugins/menu.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ bot.start();
:::

> Pastikan semua menu dipasang sebelum middleware, khususnya sebelum middleware yang menggunakan data callback query.
> Selain itu, jika kamu menggunakan pengaturan khusus untuk `allowed_updates`, jangan lupa untuk menyertakan update `callback_query`-nya.
Jika kamu menggunakan [custom context type](../guide/context#memodifikasi-object-context), kamu juga bisa memasangnya ke `Menu`.

Expand Down
1 change: 1 addition & 0 deletions site/docs/plugins/menu.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ bot.start();
:::

> Make sure that you install all menus before other middleware, especially before middleware that uses callback query data.
> Also, if you use a custom configuration for `allowed_updates`, remember to include `callback_query` updates.
Naturally, if you are using a [custom context type](../guide/context#customizing-the-context-object), you can pass it to `Menu` too.

Expand Down
1 change: 1 addition & 0 deletions site/docs/uk/plugins/menu.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ bot.start();
:::

> Переконайтеся, що ви встановили всі меню перед іншими проміжними обробниками, особливо перед проміжними обробниками, які використовують дані запиту зворотного виклику.
> Крім того, якщо ви використовуєте власну конфігурацію для `allowed_updates`, не забудьте включити оновлення `callback_query`.
Звісно, якщо ви використовуєте [власний тип контексту](../guide/context#налаштування-обʼєкта-контексту), ви можете передати його до `Menu`.

Expand Down
1 change: 1 addition & 0 deletions site/docs/zh/plugins/menu.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ bot.start();
:::

> 请确保在其他中间件之前安装所有菜单,特别是在使用回调查询数据的中间件之前。
> 另外,如果你对 `allowed_updates` 使用自定义配置,请记得加上 `callback_query` update。
当然,如果你使用 [自定义的上下文类型](../guide/context#定制你的上下文对象),你也可以传递给 `Menu`

Expand Down

0 comments on commit 4230e09

Please sign in to comment.