MadelineProtoDocs/docs/API_docs/constructors/help.termsOfServiceUpdateEmpty.md
2024-05-01 14:53:46 +02:00

976 B

title description nav_exclude image redirect_from
help.termsOfServiceUpdateEmpty No changes were made to telegram's terms of service true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png /API_docs/constructors/help_termsOfServiceUpdateEmpty.html

Constructor: help.termsOfServiceUpdateEmpty

Back to constructors index

No changes were made to telegram's terms of service

Attributes:

Name Type Required Description
expires int Yes New TOS updates will have to be queried using help.getTermsOfServiceUpdate in expires seconds

Type: help.TermsOfServiceUpdate

Example:

$help_termsOfServiceUpdateEmpty = ['_' => 'help.termsOfServiceUpdateEmpty', 'expires' => int];