const github.com/gotd/td/tg.AuthBindTempAuthKeyRequestTypeID
9 uses
github.com/gotd/td/tg (current package)
tl_auth_bind_temp_auth_key_gen.go#L65: const AuthBindTempAuthKeyRequestTypeID = 0xcdd42a05
tl_auth_bind_temp_auth_key_gen.go#L121: return AuthBindTempAuthKeyRequestTypeID
tl_auth_bind_temp_auth_key_gen.go#L133: ID: AuthBindTempAuthKeyRequestTypeID,
tl_auth_bind_temp_auth_key_gen.go#L165: buf.PutID(AuthBindTempAuthKeyRequestTypeID)
tl_auth_bind_temp_auth_key_gen.go#L186: if err := buf.ConsumeID(AuthBindTempAuthKeyRequestTypeID); err != nil {
tl_registry_gen.go#L1254: AuthBindTempAuthKeyRequestTypeID: "auth.bindTempAuthKey#cdd42a05",
tl_registry_gen.go#L3036: "auth.bindTempAuthKey": AuthBindTempAuthKeyRequestTypeID,
tl_registry_gen.go#L4818: AuthBindTempAuthKeyRequestTypeID: func() bin.Object { return &AuthBindTempAuthKeyRequest{} },
tl_server_gen.go#L201: s.handlers[AuthBindTempAuthKeyRequestTypeID] = handler
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. |