help.TermsOfServiceUpdateEmpty

class pyrogram.raw.types.help.TermsOfServiceUpdateEmpty

No changes were made to telegram’s terms of service

Constructor of TermsOfServiceUpdate.

Details:
  • Layer: 223

  • ID: E3309F7F

Parameters:

expires (int 32-bit) – New TOS updates will have to be queried using help.getTermsOfServiceUpdate in expires seconds

Functions:

This object can be returned by 1 function.

help.GetTermsOfServiceUpdate

Look for updates of telegram's terms of service

TL Schema

help.termsOfServiceUpdateEmpty#e3309f7f
expires:int

= help.TermsOfServiceUpdate

Parameter Tree

TermsOfServiceUpdateEmpty
└── expiresint

Example

TermsOfServiceUpdateEmpty(
    expires=0,
)