github.com/gotd/td/internal/mt.SetClientDHParamsRequest.Nonce (field)

6 uses

	github.com/gotd/td/internal/mt (current package)
		tl_set_client_d_h_params_gen.go#L37: 	Nonce bin.Int128
		tl_set_client_d_h_params_gen.go#L59: 	if !(s.Nonce == bin.Int128{}) {
		tl_set_client_d_h_params_gen.go#L134: 	b.PutInt128(s.Nonce)
		tl_set_client_d_h_params_gen.go#L161: 		s.Nonce = value
		tl_set_client_d_h_params_gen.go#L185: 	return s.Nonce

	github.com/gotd/td/internal/exchange
		client_flow.go#L208: 			Nonce:         nonce,