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