34 lines
501 B
Markdown
34 lines
501 B
Markdown
|
---
|
||
|
title: inputPrivacyKeyPhoneNumber
|
||
|
description: Phone number
|
||
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
||
|
---
|
||
|
# Constructor: inputPrivacyKeyPhoneNumber
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
Phone number
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [InputPrivacyKey](../types/InputPrivacyKey.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```php
|
||
|
$inputPrivacyKeyPhoneNumber = ['_' => 'inputPrivacyKeyPhoneNumber'];
|
||
|
```
|
||
|
|
||
|
|
||
|
Or, if you're into Lua:
|
||
|
|
||
|
```lua
|
||
|
inputPrivacyKeyPhoneNumber={_='inputPrivacyKeyPhoneNumber'}
|
||
|
|
||
|
```
|
||
|
|
||
|
|