MadelineProtoDocs/old_docs/API_docs_v65/constructors/help.termsOfService.md
2019-12-27 18:25:37 +01:00

761 B

title description image
help.termsOfService Info about the latest telegram Terms Of Service https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

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