--- title: help.termsOfServiceUpdateEmpty description: help_termsOfServiceUpdateEmpty attributes, type and example image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png --- # Constructor: help.termsOfServiceUpdateEmpty [Back to constructors index](index.md) ### Attributes: | Name | Type | Required | |----------|---------------|----------| |expires|[int](../types/int.md) | Yes| ### Type: [help\_TermsOfServiceUpdate](../types/help_TermsOfServiceUpdate.md) ### Example: ``` $help_termsOfServiceUpdateEmpty = ['_' => 'help.termsOfServiceUpdateEmpty', 'expires' => int]; ``` [PWRTelegram](https://pwrtelegram.xyz) json-encoded version: ``` {"_": "help.termsOfServiceUpdateEmpty", "expires": int} ``` Or, if you're into Lua: ``` help_termsOfServiceUpdateEmpty={_='help.termsOfServiceUpdateEmpty', expires=int} ```