github.com/gotd/td/internal/mt.ResPQ.Pq (field)

8 uses

	github.com/gotd/td/internal/mt (current package)
		tl_res_p_q_gen.go#L41: 	Pq []byte
		tl_res_p_q_gen.go#L67: 	if !(r.Pq == nil) {
		tl_res_p_q_gen.go#L145: 	b.PutBytes(r.Pq)
		tl_res_p_q_gen.go#L188: 		r.Pq = value
		tl_res_p_q_gen.go#L231: 	return r.Pq

	github.com/gotd/td/internal/exchange
		client_flow.go#L62: 	pq := big.NewInt(0).SetBytes(res.Pq)
		client_flow.go#L91: 		Pq:          res.Pq,
		server_flow.go#L128: 		Pq:          pq.Bytes(),