github.com/gotd/td/tg.AccountAuthorizationForm.Values (field)
9 uses
github.com/gotd/td/tg (current package)
tl_account_authorization_form_gen.go#L56: Values []SecureValue
tl_account_authorization_form_gen.go#L91: if !(a.Values == nil) {
tl_account_authorization_form_gen.go#L125: a.Values = from.GetValues()
tl_account_authorization_form_gen.go#L216: b.PutVectorHeader(len(a.Values))
tl_account_authorization_form_gen.go#L217: for idx, v := range a.Values {
tl_account_authorization_form_gen.go#L291: a.Values = make([]SecureValue, 0, headerLen%bin.PreallocateLimit)
tl_account_authorization_form_gen.go#L298: a.Values = append(a.Values, value)
tl_account_authorization_form_gen.go#L358: return a.Values
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. |