mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-03 10:08:28 +01:00
28 lines
650 B
Markdown
28 lines
650 B
Markdown
|
---
|
||
|
title: "inputCollectibleUsername"
|
||
|
description: "inputCollectibleUsername attributes, type and example"
|
||
|
nav_exclude: true
|
||
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
||
|
---
|
||
|
# Constructor: inputCollectibleUsername
|
||
|
[Back to constructors index](/API_docs/constructors/index.html)
|
||
|
|
||
|
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required |
|
||
|
|----------|---------------|----------|
|
||
|
|username|[string](/API_docs/types/string.html) | Yes|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [InputCollectible](/API_docs/types/InputCollectible.html)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$inputCollectibleUsername = ['_' => 'inputCollectibleUsername', 'username' => 'string'];
|
||
|
```
|