MadelineProtoDocs/docs/API_docs/constructors/help_termsOfService.md

1.1 KiB

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
popup Bool Optional Popup?
id DataJSON Yes ID
text string Yes Text
entities Array of MessageEntity Yes Entities
min_age_confirm int Optional Min age confirm

Type: help_TermsOfService

Example:

$help_termsOfService = ['_' => 'help.termsOfService', 'popup' => Bool, 'id' => DataJSON, 'text' => 'string', 'entities' => [MessageEntity, MessageEntity], 'min_age_confirm' => int];

Or, if you're into Lua:

help_termsOfService={_='help.termsOfService', popup=Bool, id=DataJSON, text='string', entities={MessageEntity}, min_age_confirm=int}