github.com/gotd/td/tg.AccountAuthorizationForm.Errors (field)
10 uses
github.com/gotd/td/tg (current package)
tl_account_authorization_form_gen.go#L61: Errors []SecureValueErrorClass
tl_account_authorization_form_gen.go#L94: if !(a.Errors == nil) {
tl_account_authorization_form_gen.go#L126: a.Errors = from.GetErrors()
tl_account_authorization_form_gen.go#L222: b.PutVectorHeader(len(a.Errors))
tl_account_authorization_form_gen.go#L223: for idx, v := range a.Errors {
tl_account_authorization_form_gen.go#L308: a.Errors = make([]SecureValueErrorClass, 0, headerLen%bin.PreallocateLimit)
tl_account_authorization_form_gen.go#L315: a.Errors = append(a.Errors, value)
tl_account_authorization_form_gen.go#L366: return a.Errors
tl_account_authorization_form_gen.go#L402: return SecureValueErrorClassArray(a.Errors)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |