MadelineProto/old_docs/API_docs_v18/constructors/inputPeerForeign.md
2017-02-12 20:32:28 +03:00

528 B

title description
inputPeerForeign inputPeerForeign attributes, type and example

Constructor: inputPeerForeign

Back to constructors index

Attributes:

Name Type Required
user_id int Required
access_hash long Required

Type: InputPeer

Example:

$inputPeerForeign = ['_' => 'inputPeerForeign', 'user_id' => int, 'access_hash' => long, ];