MadelineProtoDocs/docs/API_docs/constructors/help_termsOfServiceUpdateEmpty.md

44 lines
870 B
Markdown
Raw Normal View History

2018-06-29 13:59:08 +02:00
---
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}
```