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

8 uses

	github.com/gotd/td/internal/mt (current package)
		tl_registry_gen.go#L37: 		ResPQTypeID:                      "resPQ#5162463",
		tl_registry_gen.go#L88: 		"resPQ":                      ResPQTypeID,
		tl_registry_gen.go#L139: 		ResPQTypeID:                      func() bin.Object { return &ResPQ{} },
		tl_res_p_q_gen.go#L47: const ResPQTypeID = 0x5162463
		tl_res_p_q_gen.go#L90: 	return ResPQTypeID
		tl_res_p_q_gen.go#L102: 		ID:   ResPQTypeID,
		tl_res_p_q_gen.go#L134: 	b.PutID(ResPQTypeID)
		tl_res_p_q_gen.go#L158: 	if err := b.ConsumeID(ResPQTypeID); err != nil {