1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-13 16:07:25 +01:00
MadelineProto/docs/API_docs/constructors/help_termsOfService.md

17 lines
321 B
Markdown
Raw Normal View History

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