MadelineProtoDocs/old_docs/API_docs_v27/constructors/inputNotifyGeoChatPeer.md
Daniil Gentili f73c175203 Update docs
2018-12-26 01:56:50 +00:00

845 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];

PWRTelegram json-encoded version:

{"_": "inputNotifyGeoChatPeer", "peer": InputGeoChat}

Or, if you're into Lua:

inputNotifyGeoChatPeer={_='inputNotifyGeoChatPeer', peer=InputGeoChat}