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

16 uses

	github.com/gotd/td/tg (current package)
		tl_updates_slices_gen.go#L159: func (s UpdatesClassArray) AsUpdatesCombined() (to UpdatesCombinedArray) {
		tl_updates_slices_gen.go#L542: type UpdatesCombinedArray []UpdatesCombined
		tl_updates_slices_gen.go#L545: func (s UpdatesCombinedArray) Sort(less func(a, b UpdatesCombined) bool) UpdatesCombinedArray {
		tl_updates_slices_gen.go#L553: func (s UpdatesCombinedArray) SortStable(less func(a, b UpdatesCombined) bool) UpdatesCombinedArray {
		tl_updates_slices_gen.go#L561: func (s UpdatesCombinedArray) Retain(keep func(x UpdatesCombined) bool) UpdatesCombinedArray {
		tl_updates_slices_gen.go#L575: func (s UpdatesCombinedArray) First() (v UpdatesCombined, ok bool) {
		tl_updates_slices_gen.go#L583: func (s UpdatesCombinedArray) Last() (v UpdatesCombined, ok bool) {
		tl_updates_slices_gen.go#L591: func (s *UpdatesCombinedArray) PopFirst() (v UpdatesCombined, ok bool) {
		tl_updates_slices_gen.go#L610: func (s *UpdatesCombinedArray) Pop() (v UpdatesCombined, ok bool) {
		tl_updates_slices_gen.go#L624: func (s UpdatesCombinedArray) SortByDate() UpdatesCombinedArray {
		tl_updates_slices_gen.go#L631: func (s UpdatesCombinedArray) SortStableByDate() UpdatesCombinedArray {