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

9 uses

	github.com/gotd/td/tg (current package)
		tl_registry_gen.go#L1758: 		StatsGetMegagroupStatsRequestTypeID:                                     "stats.getMegagroupStats#dcdf8607",
		tl_registry_gen.go#L3540: 		"stats.getMegagroupStats":                                           StatsGetMegagroupStatsRequestTypeID,
		tl_registry_gen.go#L5322: 		StatsGetMegagroupStatsRequestTypeID:                                     func() bin.Object { return &StatsGetMegagroupStatsRequest{} },
		tl_server_gen.go#L9333: 	s.handlers[StatsGetMegagroupStatsRequestTypeID] = handler
		tl_stats_get_megagroup_stats_gen.go#L57: const StatsGetMegagroupStatsRequestTypeID = 0xdcdf8607
		tl_stats_get_megagroup_stats_gen.go#L106: 	return StatsGetMegagroupStatsRequestTypeID
		tl_stats_get_megagroup_stats_gen.go#L118: 		ID:   StatsGetMegagroupStatsRequestTypeID,
		tl_stats_get_megagroup_stats_gen.go#L150: 	b.PutID(StatsGetMegagroupStatsRequestTypeID)
		tl_stats_get_megagroup_stats_gen.go#L177: 	if err := b.ConsumeID(StatsGetMegagroupStatsRequestTypeID); err != nil {