--- title: help.termsOfService description: Terms of service image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png --- # Constructor: help.termsOfService [Back to constructors index](index.md) Terms of service ### Attributes: | Name | Type | Required | Description | |----------|---------------|----------|-------------| |text|[string](../types/string.md) | Yes|Text| ### Type: [help\_TermsOfService](../types/help_TermsOfService.md) ### Example: ```php $help_termsOfService = ['_' => 'help.termsOfService', 'text' => 'string']; ``` Or, if you're into Lua: ```lua help_termsOfService={_='help.termsOfService', text='string'} ```