MadelineProtoDocs/old_docs/API_docs_v66/constructors/help.termsOfService.md

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

Back to constructors index

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