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

16 uses

	github.com/gotd/td/tg (current package)
		tl_updates_slices_gen.go#L146: func (s UpdatesClassArray) AsUpdateShort() (to UpdateShortArray) {
		tl_updates_slices_gen.go#L446: type UpdateShortArray []UpdateShort
		tl_updates_slices_gen.go#L449: func (s UpdateShortArray) Sort(less func(a, b UpdateShort) bool) UpdateShortArray {
		tl_updates_slices_gen.go#L457: func (s UpdateShortArray) SortStable(less func(a, b UpdateShort) bool) UpdateShortArray {
		tl_updates_slices_gen.go#L465: func (s UpdateShortArray) Retain(keep func(x UpdateShort) bool) UpdateShortArray {
		tl_updates_slices_gen.go#L479: func (s UpdateShortArray) First() (v UpdateShort, ok bool) {
		tl_updates_slices_gen.go#L487: func (s UpdateShortArray) Last() (v UpdateShort, ok bool) {
		tl_updates_slices_gen.go#L495: func (s *UpdateShortArray) PopFirst() (v UpdateShort, ok bool) {
		tl_updates_slices_gen.go#L514: func (s *UpdateShortArray) Pop() (v UpdateShort, ok bool) {
		tl_updates_slices_gen.go#L528: func (s UpdateShortArray) SortByDate() UpdateShortArray {
		tl_updates_slices_gen.go#L535: func (s UpdateShortArray) SortStableByDate() UpdateShortArray {