Layer 220
constructor
securePlainPhone#7d6099dd phone:string = SecurePlainData;

Parameters

Name Type Description
Phone string Phone number

Returns

SecurePlainData

Gogram Example

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