MadelineProtoDocs/old_docs/API_docs_v41/constructors/privacyKeyAddedByPhone.md

34 lines
581 B
Markdown

---
title: privacyKeyAddedByPhone
description: Whether people can add you to their contact list by your phone number
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: privacyKeyAddedByPhone
[Back to constructors index](index.md)
Whether people can add you to their contact list by your phone number
### Type: [PrivacyKey](../types/PrivacyKey.md)
### Example:
```php
$privacyKeyAddedByPhone = ['_' => 'privacyKeyAddedByPhone'];
```
Or, if you're into Lua:
```lua
privacyKeyAddedByPhone={_='privacyKeyAddedByPhone'}
```