mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-03 21:37:49 +01:00
543 B
543 B
title | description |
---|---|
inputPeerContact | inputPeerContact attributes, type and example |
Constructor: inputPeerContact
Attributes:
Name | Type | Required |
---|---|---|
user_id | int | Yes |
Type: InputPeer
Example:
$inputPeerContact = ['_' => 'inputPeerContact', 'user_id' => int, ];
Or, if you're into Lua:
inputPeerContact={_='inputPeerContact', user_id=int, }