1
0
mirror of https://github.com/danog/MadelineProto.git synced 2025-01-23 04:51:13 +01:00
2017-02-12 20:32:28 +03:00

404 B

title description
peerUser peerUser attributes, type and example

Constructor: peerUser

Back to constructors index

Attributes:

Name Type Required
user_id int Required

Type: Peer

Example:

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