MadelineProtoDocs/docs/API_docs/constructors/channelLocationEmpty.md

503 B

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

Constructor: channelLocationEmpty

Back to constructors index

No location (normal supergroup)

Type: ChannelLocation

Example:

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

Or, if you're into Lua:

channelLocationEmpty={_='channelLocationEmpty'}