MadelineProtoDocs/old_docs/API_docs_v105/constructors/channelLocationEmpty.md
2019-09-13 17:13:55 +02:00

34 lines
525 B
Markdown

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