MadelineProtoDocs/old_docs/API_docs_v46/constructors/help_termsOfService.md
Daniil Gentili f73c175203 Update docs
2018-12-26 01:56:50 +00:00

801 B

title description image
help.termsOfService Terms of service https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: help.termsOfService

Back to constructors index

Terms of service

Attributes:

Name Type Required Description
text string Yes Text

Type: help_TermsOfService

Example:

$help_termsOfService = ['_' => 'help.termsOfService', 'text' => 'string'];

PWRTelegram json-encoded version:

{"_": "help.termsOfService", "text": "string"}

Or, if you're into Lua:

help_termsOfService={_='help.termsOfService', text='string'}