smsjobs.status
Status
type tg.SMSJobsStatus struct { /* ... */ }
Fields
| Name | Type | Required | Description |
|---|---|---|---|
AllowInternational | bool | — | Allow international numbers |
RecentSent | int | yes | Recently sent |
RecentSince | int | yes | Since |
RecentRemains | int | yes | Remaining |
TotalSent | int | yes | Total sent |
TotalSince | int | yes | Total since |
LastGiftSlug | string | — | Last gift deep link |
TermsURL | string | yes | Terms of service URL |
Returned by
References
- Official documentation
- Generated Go reference
- TL definition:
smsjobs.status#2aee9191