1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-02 18:47:52 +01:00
MadelineProto/old_docs/API_docs_v25/constructors/inputPeerContact.md
2017-07-23 16:33:46 +02:00

653 B

title description
inputPeerContact inputPeerContact attributes, type and example

Constructor: inputPeerContact

Back to constructors index

Attributes:

Name Type Required
user_id int Yes

Type: InputPeer

Example:

$inputPeerContact = ['_' => 'inputPeerContact', 'user_id' => int];

PWRTelegram json-encoded version:

{"_": "inputPeerContact", "user_id": int}

Or, if you're into Lua:

inputPeerContact={_='inputPeerContact', user_id=int}