mirror of
https://github.com/danog/MadelineProto.git
synced 2025-01-06 04:59:25 +01:00
20 lines
266 B
Markdown
20 lines
266 B
Markdown
|
---
|
||
|
title: botInfoEmpty
|
||
|
description: botInfoEmpty attributes, type and example
|
||
|
---
|
||
|
## Constructor: botInfoEmpty
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [BotInfo](../types/BotInfo.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$botInfoEmpty = ['_' => 'botInfoEmpty', ];
|
||
|
```
|