SmsJob#

class pyrogram.raw.types.SmsJob#

Info about an SMS job.

Constructor of SmsJob.

Details:
  • Layer: 187

  • ID: E6A1EEB8

Parameters:
  • job_id (str) – Job ID

  • phone_number (str) – Destination phone number

  • text (str) – Text

Functions:

This object can be returned by 1 function.

smsjobs.GetSmsJob

Get info about an SMS job (official clients only).