Layer 220
InputCollectibleUsername
Represents a username fragment collectible
constructor
inputCollectibleUsername#e39460a9 username:string = InputCollectible;
Parameters
| Name | Type | Description |
|---|---|---|
| Username | string | Username |
Returns
InputCollectibleGogram Example
// Creating InputCollectibleUsername constructor obj := &tg.InputCollectibleUsername{ Username: "...", }