MadelineProtoDocs/docs/API_docs/constructors/botMenuButtonDefault.md
2024-05-01 14:53:46 +02:00

25 lines
647 B
Markdown

---
title: "botMenuButtonDefault"
description: "Placeholder bot menu button never returned to users: see the docs for more info."
nav_exclude: true
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: botMenuButtonDefault
[Back to constructors index](/API_docs/constructors/index.html)
Placeholder [bot menu button](https://core.telegram.org/api/bots/menu) never returned to users: see [the docs for more info](https://core.telegram.org/api/bots/menu).
### Type: [BotMenuButton](/API_docs/types/BotMenuButton.html)
### Example:
```
$botMenuButtonDefault = ['_' => 'botMenuButtonDefault'];
```