mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-03 00:47:46 +01:00
27 lines
454 B
Markdown
27 lines
454 B
Markdown
|
---
|
||
|
title: inputPeerContact
|
||
|
description: inputPeerContact attributes, type and example
|
||
|
---
|
||
|
## Constructor: inputPeerContact
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required |
|
||
|
|----------|:-------------:|---------:|
|
||
|
|user\_id|[int](../types/int.md) | Required|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [InputPeer](../types/InputPeer.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$inputPeerContact = ['_' => 'inputPeerContact', 'user_id' => int, ];
|
||
|
```
|
||
|
|