smsjobs.EligibleToJoin
- class pyrogram.raw.types.smsjobs.EligibleToJoin
SMS jobs eligibility
Constructor of
EligibilityToJoin.- Details:
Layer:
223ID:
DC8B44CF
- Parameters:
terms_url (
str) – Terms of service URLmonthly_sent_sms (
int32-bit) – Monthly sent SMSes
- Functions:
This object can be returned by 1 function.
Check if we can process SMS jobs (official clients only).
TL Schema
smsjobs.eligibleToJoin#dc8b44cf
terms_url:string
monthly_sent_sms:int
= smsjobs.EligibilityToJoin
Parameter Tree
EligibleToJoin
├── terms_url →
string└── monthly_sent_sms →
intExample
EligibleToJoin(
terms_url="text",
monthly_sent_sms=0,
)