help.termsOfService
Info about the latest telegram Terms Of Service
type tg.HelpTermsOfService struct { /* ... */ }
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Popup | bool | — | Whether a prompt must be showed to the user, in order to accept the new terms. |
ID | DataJSON | yes | ID of the new terms |
Text | string | yes | Text of the new terms |
Entities | []MessageEntityClass | yes | Message entities for styled text |
MinAgeConfirm | int | — | Minimum age required to sign up to telegram, the user must confirm that they is older than the minimum age. |
References
- Official documentation
- Generated Go reference
- TL definition:
help.termsOfService#780a0310