Layer 227
constructor
auth.authorizationSignUpRequired#44747e9a flags:# terms_of_service:flags.0?help.TermsOfService = auth.Authorization;

Parameters

Name Type Description
TermsOfService flags .0? help.TermsOfService Telegram's terms of service: the user must read and accept the terms of service before signing up to telegram

Gogram Example

// Creating AuthAuthorizationSignUpRequired constructor
obj := &tg.AuthAuthorizationSignUpRequired{
    TermsOfService: nil,
}