Layer 220
HelpTermsOfServiceUpdateEmpty
No changes were made to telegram's terms of service
constructor
help.termsOfServiceUpdateEmpty#e3309f7f expires:int = help.TermsOfServiceUpdate;
Parameters
| Name | Type | Description |
|---|---|---|
| Expires | int | New TOS updates will have to be queried using help. get Terms Of Service Update in expires seconds |
Returns
help.TermsOfServiceUpdateGogram Example
// Creating HelpTermsOfServiceUpdateEmpty constructor obj := &tg.HelpTermsOfServiceUpdateEmpty{ Expires: 0, }