github.com/gotd/td/tg.AccountAuthorizationForm.RequiredTypes (field)
10 uses
github.com/gotd/td/tg (current package)
tl_account_authorization_form_gen.go#L51: RequiredTypes []SecureRequiredTypeClass
tl_account_authorization_form_gen.go#L88: if !(a.RequiredTypes == nil) {
tl_account_authorization_form_gen.go#L124: a.RequiredTypes = from.GetRequiredTypes()
tl_account_authorization_form_gen.go#L207: b.PutVectorHeader(len(a.RequiredTypes))
tl_account_authorization_form_gen.go#L208: for idx, v := range a.RequiredTypes {
tl_account_authorization_form_gen.go#L274: a.RequiredTypes = make([]SecureRequiredTypeClass, 0, headerLen%bin.PreallocateLimit)
tl_account_authorization_form_gen.go#L281: a.RequiredTypes = append(a.RequiredTypes, value)
tl_account_authorization_form_gen.go#L350: return a.RequiredTypes
tl_account_authorization_form_gen.go#L397: return SecureRequiredTypeClassArray(a.RequiredTypes)
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. |