const github.com/gotd/td/tg.HighScoreTypeID

8 uses

	github.com/gotd/td/tg (current package)
		tl_high_score_gen.go#L48: const HighScoreTypeID = 0x73a379eb
		tl_high_score_gen.go#L99: 	return HighScoreTypeID
		tl_high_score_gen.go#L111: 		ID:   HighScoreTypeID,
		tl_high_score_gen.go#L139: 	b.PutID(HighScoreTypeID)
		tl_high_score_gen.go#L159: 	if err := b.ConsumeID(HighScoreTypeID); err != nil {
		tl_registry_gen.go#L690: 		HighScoreTypeID:                                          "highScore#73a379eb",
		tl_registry_gen.go#L2472: 		"highScore":                                          HighScoreTypeID,
		tl_registry_gen.go#L4254: 		HighScoreTypeID:                                          func() bin.Object { return &HighScore{} },