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(),
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. |