Layer 220
InputCollectiblePhone
Represents a phone number fragment collectible
constructor
inputCollectiblePhone#a2e214a4 phone:string = InputCollectible;
Parameters
| Name | Type | Description |
|---|---|---|
| Phone | string | Phone number |
Returns
InputCollectibleGogram Example
// Creating InputCollectiblePhone constructor obj := &tg.InputCollectiblePhone{ Phone: "...", }