720 B
720 B
title | description | image |
---|---|---|
inputNotifyGeoChatPeer | Notify geo chat peer | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: inputNotifyGeoChatPeer
Notify geo chat peer
Attributes:
Name | Type | Required | Description |
---|---|---|---|
peer | InputGeoChat | Yes | Peer |
Type: InputNotifyPeer
Example:
$inputNotifyGeoChatPeer = ['_' => 'inputNotifyGeoChatPeer', 'peer' => InputGeoChat];
Or, if you're into Lua:
inputNotifyGeoChatPeer={_='inputNotifyGeoChatPeer', peer=InputGeoChat}