MadelineProtoDocs/docs/API_docs/constructors/help_termsOfServiceUpdateEmpty.md
Daniil Gentili f73c175203 Update docs
2018-12-26 01:56:50 +00:00

910 B

title description image
help.termsOfServiceUpdateEmpty Empty terms of service update https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: help.termsOfServiceUpdateEmpty

Back to constructors index

Empty terms of service update

Attributes:

Name Type Required Description
expires int Yes Expires

Type: help_TermsOfServiceUpdate

Example:

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

PWRTelegram json-encoded version:

{"_": "help.termsOfServiceUpdateEmpty", "expires": int}

Or, if you're into Lua:

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