1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-12 18:47:21 +01:00
MadelineProto/docs/API_docs/constructors/help_termsOfService.md
2016-12-20 13:15:22 +01:00

24 lines
426 B
Markdown

---
title: help_termsOfService
---
## Constructor: help\_termsOfService
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|text|[string](../types/string.md) | Required|
### Type: [help\_TermsOfService](../types/help_TermsOfService.md)
### Example:
```
$help_termsOfService = ['_' => help_termsOfService', 'text' => string, ];
```