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

8 uses

	github.com/gotd/td/tg (current package)
		tl_registry_gen.go#L997: 		StatsPercentValueTypeID:                                                 "statsPercentValue#cbce2fe0",
		tl_registry_gen.go#L2779: 		"statsPercentValue":                                                 StatsPercentValueTypeID,
		tl_registry_gen.go#L4561: 		StatsPercentValueTypeID:                                                 func() bin.Object { return &StatsPercentValue{} },
		tl_stats_percent_value_gen.go#L50: const StatsPercentValueTypeID = 0xcbce2fe0
		tl_stats_percent_value_gen.go#L96: 	return StatsPercentValueTypeID
		tl_stats_percent_value_gen.go#L108: 		ID:   StatsPercentValueTypeID,
		tl_stats_percent_value_gen.go#L132: 	b.PutID(StatsPercentValueTypeID)
		tl_stats_percent_value_gen.go#L151: 	if err := b.ConsumeID(StatsPercentValueTypeID); err != nil {