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

16 uses

	github.com/gotd/td/tg (current package)
		tl_updates_slices_gen.go#L172: func (s UpdatesClassArray) AsUpdates() (to UpdatesArray) {
		tl_updates_slices_gen.go#L638: type UpdatesArray []Updates
		tl_updates_slices_gen.go#L641: func (s UpdatesArray) Sort(less func(a, b Updates) bool) UpdatesArray {
		tl_updates_slices_gen.go#L649: func (s UpdatesArray) SortStable(less func(a, b Updates) bool) UpdatesArray {
		tl_updates_slices_gen.go#L657: func (s UpdatesArray) Retain(keep func(x Updates) bool) UpdatesArray {
		tl_updates_slices_gen.go#L671: func (s UpdatesArray) First() (v Updates, ok bool) {
		tl_updates_slices_gen.go#L679: func (s UpdatesArray) Last() (v Updates, ok bool) {
		tl_updates_slices_gen.go#L687: func (s *UpdatesArray) PopFirst() (v Updates, ok bool) {
		tl_updates_slices_gen.go#L706: func (s *UpdatesArray) Pop() (v Updates, ok bool) {
		tl_updates_slices_gen.go#L720: func (s UpdatesArray) SortByDate() UpdatesArray {
		tl_updates_slices_gen.go#L727: func (s UpdatesArray) SortStableByDate() UpdatesArray {