Layer 220
constructor
inputCollectiblePhone#a2e214a4 phone:string = InputCollectible;

Parameters

Name Type Description
Phone string Phone number

Gogram Example

// Creating InputCollectiblePhone constructor
obj := &tg.InputCollectiblePhone{
    Phone: "...",
}