---
title: help.termsOfServiceUpdateEmpty
description: Empty terms of service update
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: help.termsOfServiceUpdateEmpty  
[Back to constructors index](index.md)



Empty terms of service update

### Attributes:

| Name     |    Type       | Required | Description |
|----------|---------------|----------|-------------|
|expires|[int](../types/int.md) | Yes|Expires|



### Type: [help\_TermsOfServiceUpdate](../types/help_TermsOfServiceUpdate.md)


### Example:

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


Or, if you're into Lua:

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

```