type github.com/gotd/td/tg.StatsGraphErrorArray

12 uses

	github.com/gotd/td/tg (current package)
		tl_stats_graph_slices_gen.go#L133: func (s StatsGraphClassArray) AsStatsGraphError() (to StatsGraphErrorArray) {
		tl_stats_graph_slices_gen.go#L241: type StatsGraphErrorArray []StatsGraphError
		tl_stats_graph_slices_gen.go#L244: func (s StatsGraphErrorArray) Sort(less func(a, b StatsGraphError) bool) StatsGraphErrorArray {
		tl_stats_graph_slices_gen.go#L252: func (s StatsGraphErrorArray) SortStable(less func(a, b StatsGraphError) bool) StatsGraphErrorArray {
		tl_stats_graph_slices_gen.go#L260: func (s StatsGraphErrorArray) Retain(keep func(x StatsGraphError) bool) StatsGraphErrorArray {
		tl_stats_graph_slices_gen.go#L274: func (s StatsGraphErrorArray) First() (v StatsGraphError, ok bool) {
		tl_stats_graph_slices_gen.go#L282: func (s StatsGraphErrorArray) Last() (v StatsGraphError, ok bool) {
		tl_stats_graph_slices_gen.go#L290: func (s *StatsGraphErrorArray) PopFirst() (v StatsGraphError, ok bool) {
		tl_stats_graph_slices_gen.go#L309: func (s *StatsGraphErrorArray) Pop() (v StatsGraphError, ok bool) {