InputCollectiblePhone
- class pyrogram.raw.types.InputCollectiblePhone
Represents a phone number fragment collectible
Constructor of
InputCollectible.- Details:
Layer:
223ID:
A2E214A4
- Parameters:
phone (
str) – Phone number
TL Schema
inputCollectiblePhone#a2e214a4
phone:string
= InputCollectible
Parameter Tree
InputCollectiblePhone
└── phone →
stringExample
InputCollectiblePhone(
phone="+1234567890",
)