MadelineProtoDocs/old_docs/API_docs_v34/constructors/help.termsOfServiceUpdateEmpty.md
2020-06-16 17:50:25 +02:00

40 lines
1.0 KiB
Markdown

---
title: help.termsOfServiceUpdateEmpty
description: No changes were made to telegram's terms of service
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
redirect_from: /API_docs/constructors/help_termsOfServiceUpdateEmpty.html
---
# Constructor: help.termsOfServiceUpdateEmpty
[Back to constructors index](index.md)
No changes were made to telegram's terms of service
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|expires|[int](../types/int.md) | Yes|New TOS updates will have to be queried using [help.getTermsOfServiceUpdate](../methods/help.getTermsOfServiceUpdate.md) in `expires` seconds|
### 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}
```