mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-13 16:07:25 +01:00
17 lines
321 B
Markdown
17 lines
321 B
Markdown
|
## 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, ];
|
||
|
```
|