Layer 220
constructor
smsJob#e6a1eeb8 job_id:string phone_number:string text:string = SmsJob;

Parameters

Name Type Description
JobId string Job ID
PhoneNumber string Destination phone number
Text string Text

Returns

SmsJob

Gogram Example

// Creating SmsJob constructor
obj := &tg.SmsJob{
    JobId: "...",
    PhoneNumber: "...",
    Text: "...",
}