MadelineProtoDocs/docs/API_docs/constructors/inputCollectibleUsername.md

28 lines
650 B
Markdown
Raw Normal View History

2024-05-01 14:53:46 +02:00
---
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'];
```