34 lines
503 B
Markdown
34 lines
503 B
Markdown
---
|
|
title: channelLocationEmpty
|
|
description: No location (normal supergroup)
|
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
|
---
|
|
# Constructor: channelLocationEmpty
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
No location (normal supergroup)
|
|
|
|
|
|
|
|
|
|
### Type: [ChannelLocation](../types/ChannelLocation.md)
|
|
|
|
|
|
### Example:
|
|
|
|
```php
|
|
$channelLocationEmpty = ['_' => 'channelLocationEmpty'];
|
|
```
|
|
|
|
|
|
Or, if you're into Lua:
|
|
|
|
```lua
|
|
channelLocationEmpty={_='channelLocationEmpty'}
|
|
|
|
```
|
|
|
|
|