smsjobs.Status#

class pyrogram.raw.types.smsjobs.Status#

Status

Constructor of Status.

Details:
  • Layer: 187

  • ID: 2AEE9191

Parameters:
  • recent_sent (int 32-bit) – Recently sent

  • recent_since (int 32-bit) – Since

  • recent_remains (int 32-bit) – Remaining

  • total_sent (int 32-bit) – Total sent

  • total_since (int 32-bit) – Total since

  • terms_url (str) – Terms of service URL

  • allow_international (bool, optional) – Allow international numbers

  • last_gift_slug (str, optional) – Last gift deep link

Functions:

This object can be returned by 1 function.

smsjobs.GetStatus

Get SMS jobs status (official clients only).