870 B
870 B
title | description | image |
---|---|---|
help.termsOfServiceUpdateEmpty | help_termsOfServiceUpdateEmpty attributes, type and example | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: help.termsOfServiceUpdateEmpty
Attributes:
Name | Type | Required |
---|---|---|
expires | int | Yes |
Type: help_TermsOfServiceUpdate
Example:
$help_termsOfServiceUpdateEmpty = ['_' => 'help.termsOfServiceUpdateEmpty', 'expires' => int];
PWRTelegram json-encoded version:
{"_": "help.termsOfServiceUpdateEmpty", "expires": int}
Or, if you're into Lua:
help_termsOfServiceUpdateEmpty={_='help.termsOfServiceUpdateEmpty', expires=int}