MadelineProtoDocs/old_docs/API_docs_v33/constructors/inputNotifyGeoChatPeer.md

720 B

title description image
inputNotifyGeoChatPeer Notify geo chat peer https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: inputNotifyGeoChatPeer

Back to constructors index

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}