MadelineProtoDocs/docs/API_docs/constructors/help.termsOfServiceUpdateEm...

1.0 KiB

title description image redirect_from
help.termsOfServiceUpdateEmpty No changes were made to telegram's terms of service 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];

Or, if you're into Lua:

help.termsOfServiceUpdateEmpty={_='help.termsOfServiceUpdateEmpty', expires=int}