MadelineProto/docs/API_docs/constructors/help_termsOfService.md

18 lines
350 B
Markdown
Raw Normal View History

## Constructor: help\_termsOfService
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|text|[string](../types/string.md) | Required|
2016-12-19 18:56:05 +01:00
### Type: [help\_TermsOfService](../types/help_TermsOfService.md)
### Example:
```
2016-12-19 17:48:27 +01:00
$help_termsOfService = ['_' => help_termsOfService', 'text' => string, ];
```