const github.com/gotd/td/tg.AuthSentCodeTypeSetUpEmailRequiredTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_auth_sent_code_type_gen.go#L1125: const AuthSentCodeTypeSetUpEmailRequiredTypeID = 0xa5491dea
tl_auth_sent_code_type_gen.go#L1179: return AuthSentCodeTypeSetUpEmailRequiredTypeID
tl_auth_sent_code_type_gen.go#L1191: ID: AuthSentCodeTypeSetUpEmailRequiredTypeID,
tl_auth_sent_code_type_gen.go#L1227: b.PutID(AuthSentCodeTypeSetUpEmailRequiredTypeID)
tl_auth_sent_code_type_gen.go#L1248: if err := b.ConsumeID(AuthSentCodeTypeSetUpEmailRequiredTypeID); err != nil {
tl_auth_sent_code_type_gen.go#L1882: case AuthSentCodeTypeSetUpEmailRequiredTypeID:
tl_registry_gen.go#L649: AuthSentCodeTypeSetUpEmailRequiredTypeID: "auth.sentCodeTypeSetUpEmailRequired#a5491dea",
tl_registry_gen.go#L2431: "auth.sentCodeTypeSetUpEmailRequired": AuthSentCodeTypeSetUpEmailRequiredTypeID,
tl_registry_gen.go#L4213: AuthSentCodeTypeSetUpEmailRequiredTypeID: func() bin.Object { return &AuthSentCodeTypeSetUpEmailRequired{} },
tl_registry_gen.go#L5453: AuthSentCodeTypeSetUpEmailRequiredTypeID,
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. |