MadelineProtoDocs/docs/API_docs/constructors/inputCollectiblePhone.md

28 lines
629 B
Markdown
Raw Normal View History

2024-05-01 14:53:46 +02:00
---
title: "inputCollectiblePhone"
description: "inputCollectiblePhone attributes, type and example"
nav_exclude: true
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: inputCollectiblePhone
[Back to constructors index](/API_docs/constructors/index.html)
### Attributes:
| Name | Type | Required |
|----------|---------------|----------|
|phone|[string](/API_docs/types/string.html) | Yes|
### Type: [InputCollectible](/API_docs/types/InputCollectible.html)
### Example:
```
$inputCollectiblePhone = ['_' => 'inputCollectiblePhone', 'phone' => 'string'];
```