Layer 220
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

Gogram Example

// Creating HelpTermsOfServiceUpdateEmpty constructor
obj := &tg.HelpTermsOfServiceUpdateEmpty{
    Expires: 0,
}