MadelineProto/old_docs/API_docs_v27/constructors/inputPeerContact.md

36 lines
543 B
Markdown
Raw Normal View History

---
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) | Yes|
### Type: [InputPeer](../types/InputPeer.md)
### Example:
```
$inputPeerContact = ['_' => 'inputPeerContact', 'user_id' => int, ];
```
Or, if you're into Lua:
```
inputPeerContact={_='inputPeerContact', user_id=int, }
```