mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-03 10:08:28 +01:00
25 lines
647 B
Markdown
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'];
|
|
```
|