MadelineProtoDocs/old_docs/API_docs_v40/constructors/channelLocationEmpty.md

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'}
```