mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
976 B
976 B
title | description | nav_exclude | image | redirect_from |
---|---|---|---|---|
help.termsOfServiceUpdateEmpty | No changes were made to telegram's terms of service | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png | /API_docs/constructors/help_termsOfServiceUpdateEmpty.html |
Constructor: help.termsOfServiceUpdateEmpty
No changes were made to telegram's terms of service
Attributes:
Name | Type | Required | Description |
---|---|---|---|
expires | int | Yes | New TOS updates will have to be queried using help.getTermsOfServiceUpdate in expires seconds |
Type: help.TermsOfServiceUpdate
Example:
$help_termsOfServiceUpdateEmpty = ['_' => 'help.termsOfServiceUpdateEmpty', 'expires' => int];