mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-11 08:41:57 +01:00
25 lines
467 B
Markdown
25 lines
467 B
Markdown
|
---
|
||
|
title: "channelLocationEmpty"
|
||
|
description: "No location (normal supergroup)"
|
||
|
nav_exclude: true
|
||
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
||
|
---
|
||
|
# Constructor: channelLocationEmpty
|
||
|
[Back to constructors index](/API_docs/constructors/index.html)
|
||
|
|
||
|
|
||
|
|
||
|
No location (normal supergroup)
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [ChannelLocation](/API_docs/types/ChannelLocation.html)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$channelLocationEmpty = ['_' => 'channelLocationEmpty'];
|
||
|
```
|