824 B
824 B
title | description | image | redirect_from |
---|---|---|---|
help.termsOfService | Info about the latest telegram Terms Of Service | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png | /API_docs/constructors/help_termsOfService.html |
Constructor: help.termsOfService
Info about the latest telegram Terms Of Service
Attributes:
Name | Type | Required | Description |
---|---|---|---|
text | string | Yes | Text of the new terms |
Type: help.TermsOfService
Example:
$help.termsOfService = ['_' => 'help.termsOfService', 'text' => 'string'];
Or, if you're into Lua:
help.termsOfService={_='help.termsOfService', text='string'}