InputCollectibleUsername
- class pyrogram.raw.types.InputCollectibleUsername
Represents a username fragment collectible
Constructor of
InputCollectible.- Details:
Layer:
223ID:
E39460A9
- Parameters:
username (
str) – Username
TL Schema
inputCollectibleUsername#e39460a9
username:string
= InputCollectible
Parameter Tree
InputCollectibleUsername
└── username →
stringExample
InputCollectibleUsername(
username="text",
)