InputCollectiblePhone

class pyrogram.raw.types.InputCollectiblePhone

Represents a phone number fragment collectible

Constructor of InputCollectible.

Details:
  • Layer: 223

  • ID: A2E214A4

Parameters:

phone (str) – Phone number

TL Schema

inputCollectiblePhone#a2e214a4
phone:string

= InputCollectible

Parameter Tree

InputCollectiblePhone
└── phonestring

Example

InputCollectiblePhone(
    phone="+1234567890",
)