633 B
633 B
title | description | image |
---|---|---|
inputPeerContact | Peer contact | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: inputPeerContact
Peer contact
Attributes:
Name | Type | Required | Description |
---|---|---|---|
user_id | int | Yes | User ID |
Type: InputPeer
Example:
$inputPeerContact = ['_' => 'inputPeerContact', 'user_id' => int];
Or, if you're into Lua:
inputPeerContact={_='inputPeerContact', user_id=int}