1
0
mirror of https://github.com/danog/MadelineProto.git synced 2025-01-06 14:38:16 +01:00
MadelineProto/docs/API_docs/constructors/help_termsOfService.md
2016-12-20 13:32:11 +01:00

25 lines
488 B
Markdown

---
title: help_termsOfService
description: help_termsOfService attributes, type and example
---
## 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, ];
```