SmsJob
- class pyrogram.raw.types.SmsJob
Info about an SMS job.
Constructor of
SmsJob.- Details:
Layer:
223ID:
E6A1EEB8
- Parameters:
job_id (
str) – Job IDphone_number (
str) – Destination phone numbertext (
str) – Text
- Functions:
This object can be returned by 1 function.
Get info about an SMS job (official clients only).
TL Schema
smsJob#e6a1eeb8
job_id:string
phone_number:string
text:string
= SmsJob
Parameter Tree
SmsJob
├── job_id →
string├── phone_number →
string└── text →
stringExample
SmsJob(
job_id="text",
phone_number="text",
text="Open",
)