MadelineProto/docs/old/API_docs_v23/constructors/contacts_foreignLinkRequested.md

27 lines
550 B
Markdown
Raw Normal View History

---
title: contacts_foreignLinkRequested
description: contacts_foreignLinkRequested attributes, type and example
---
## Constructor: contacts\_foreignLinkRequested
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|has\_phone|[Bool](../types/Bool.md) | Required|
### Type: [contacts\_ForeignLink](../types/contacts_ForeignLink.md)
### Example:
```
$contacts_foreignLinkRequested = ['_' => 'contacts_foreignLinkRequested', 'has_phone' => Bool, ];
```