MadelineProtoDocs/old_docs/API_docs_v105/constructors/help_termsOfServiceUpdateEmpty.md

39 lines
783 B
Markdown
Raw Normal View History

2019-09-13 17:13:55 +02:00
---
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}
```