const github.com/gotd/td/internal/mt.ReqPqRequestTypeID

9 uses

	github.com/gotd/td/internal/mt (current package)
		tl_registry_gen.go#L72: 		ReqPqRequestTypeID:               "req_pq#60469778",
		tl_registry_gen.go#L123: 		"req_pq":                     ReqPqRequestTypeID,
		tl_registry_gen.go#L174: 		ReqPqRequestTypeID:               func() bin.Object { return &ReqPqRequest{} },
		tl_req_pq_gen.go#L41: const ReqPqRequestTypeID = 0x60469778
		tl_req_pq_gen.go#L75: 	return ReqPqRequestTypeID
		tl_req_pq_gen.go#L87: 		ID:   ReqPqRequestTypeID,
		tl_req_pq_gen.go#L107: 	b.PutID(ReqPqRequestTypeID)
		tl_req_pq_gen.go#L125: 	if err := b.ConsumeID(ReqPqRequestTypeID); err != nil {

	github.com/gotd/td/internal/exchange
		server_flow.go#L147: 	case mt.ReqPqRequestTypeID, mt.ReqPqMultiRequestTypeID: