InputCollectibleUsername

class pyrogram.raw.types.InputCollectibleUsername

Represents a username fragment collectible

Constructor of InputCollectible.

Details:
  • Layer: 223

  • ID: E39460A9

Parameters:

username (str) – Username

TL Schema

inputCollectibleUsername#e39460a9
username:string

= InputCollectible

Parameter Tree

InputCollectibleUsername
└── usernamestring

Example

InputCollectibleUsername(
    username="text",
)