MadelineProtoDocs/docs/API_docs/constructors/channelLocationEmpty.md

525 B

title description image
channelLocationEmpty No physical location (normal chat/channel) https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: channelLocationEmpty

Back to constructors index

No physical location (normal chat/channel)

Type: ChannelLocation

Example:

$channelLocationEmpty = ['_' => 'channelLocationEmpty'];

Or, if you're into Lua:

channelLocationEmpty={_='channelLocationEmpty'}