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

12 uses

	github.com/gotd/td/tg (current package)
		tl_updates_difference_slices_gen.go#L159: func (s UpdatesDifferenceClassArray) AsUpdatesDifferenceTooLong() (to UpdatesDifferenceTooLongArray) {
		tl_updates_difference_slices_gen.go#L432: type UpdatesDifferenceTooLongArray []UpdatesDifferenceTooLong
		tl_updates_difference_slices_gen.go#L435: func (s UpdatesDifferenceTooLongArray) Sort(less func(a, b UpdatesDifferenceTooLong) bool) UpdatesDifferenceTooLongArray {
		tl_updates_difference_slices_gen.go#L443: func (s UpdatesDifferenceTooLongArray) SortStable(less func(a, b UpdatesDifferenceTooLong) bool) UpdatesDifferenceTooLongArray {
		tl_updates_difference_slices_gen.go#L451: func (s UpdatesDifferenceTooLongArray) Retain(keep func(x UpdatesDifferenceTooLong) bool) UpdatesDifferenceTooLongArray {
		tl_updates_difference_slices_gen.go#L465: func (s UpdatesDifferenceTooLongArray) First() (v UpdatesDifferenceTooLong, ok bool) {
		tl_updates_difference_slices_gen.go#L473: func (s UpdatesDifferenceTooLongArray) Last() (v UpdatesDifferenceTooLong, ok bool) {
		tl_updates_difference_slices_gen.go#L481: func (s *UpdatesDifferenceTooLongArray) PopFirst() (v UpdatesDifferenceTooLong, ok bool) {
		tl_updates_difference_slices_gen.go#L500: func (s *UpdatesDifferenceTooLongArray) Pop() (v UpdatesDifferenceTooLong, ok bool) {