mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-12 18:47:21 +01:00
24 lines
426 B
Markdown
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, ];
|
|
``` |