MadelineProtoDocs/old_docs/API_docs_v105/constructors/channelLocationEmpty.md
2019-12-27 17:48:04 +01:00

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