MadelineProtoDocs/old_docs/API_docs_v66/constructors/help_termsOfService.md

39 lines
683 B
Markdown

---
title: help.termsOfService
description: Terms of service
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: help.termsOfService
[Back to constructors index](index.md)
Terms of service
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|text|[string](../types/string.md) | Yes|Text|
### Type: [help\_TermsOfService](../types/help_TermsOfService.md)
### Example:
```php
$help_termsOfService = ['_' => 'help.termsOfService', 'text' => 'string'];
```
Or, if you're into Lua:
```lua
help_termsOfService={_='help.termsOfService', text='string'}
```