const github.com/gotd/td/tg.AuthSentCodeTypeAppTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_auth_sent_code_type_gen.go#L44: const AuthSentCodeTypeAppTypeID = 0x3dbb5986
tl_auth_sent_code_type_gen.go#L90: return AuthSentCodeTypeAppTypeID
tl_auth_sent_code_type_gen.go#L102: ID: AuthSentCodeTypeAppTypeID,
tl_auth_sent_code_type_gen.go#L122: b.PutID(AuthSentCodeTypeAppTypeID)
tl_auth_sent_code_type_gen.go#L140: if err := b.ConsumeID(AuthSentCodeTypeAppTypeID); err != nil {
tl_auth_sent_code_type_gen.go#L1840: case AuthSentCodeTypeAppTypeID:
tl_registry_gen.go#L643: AuthSentCodeTypeAppTypeID: "auth.sentCodeTypeApp#3dbb5986",
tl_registry_gen.go#L2425: "auth.sentCodeTypeApp": AuthSentCodeTypeAppTypeID,
tl_registry_gen.go#L4207: AuthSentCodeTypeAppTypeID: func() bin.Object { return &AuthSentCodeTypeApp{} },
tl_registry_gen.go#L5447: AuthSentCodeTypeAppTypeID,
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. |