MadelineProtoDocs/docs/API_docs/constructors/help_termsOfService.md
Daniil Gentili e5a1324684 docufix
2018-04-04 23:19:57 +00:00

779 B

title description image
help.termsOfService help_termsOfService attributes, type and example https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: help.termsOfService

Back to constructors index

Attributes:

Name Type Required
text string Yes

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'}