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

12 uses

	github.com/gotd/td/tg (current package)
		tl_update_slices_gen.go#L770: func (s UpdateClassArray) AsUpdateLangPackTooLong() (to UpdateLangPackTooLongArray) {
		tl_update_slices_gen.go#L5709: type UpdateLangPackTooLongArray []UpdateLangPackTooLong
		tl_update_slices_gen.go#L5712: func (s UpdateLangPackTooLongArray) Sort(less func(a, b UpdateLangPackTooLong) bool) UpdateLangPackTooLongArray {
		tl_update_slices_gen.go#L5720: func (s UpdateLangPackTooLongArray) SortStable(less func(a, b UpdateLangPackTooLong) bool) UpdateLangPackTooLongArray {
		tl_update_slices_gen.go#L5728: func (s UpdateLangPackTooLongArray) Retain(keep func(x UpdateLangPackTooLong) bool) UpdateLangPackTooLongArray {
		tl_update_slices_gen.go#L5742: func (s UpdateLangPackTooLongArray) First() (v UpdateLangPackTooLong, ok bool) {
		tl_update_slices_gen.go#L5750: func (s UpdateLangPackTooLongArray) Last() (v UpdateLangPackTooLong, ok bool) {
		tl_update_slices_gen.go#L5758: func (s *UpdateLangPackTooLongArray) PopFirst() (v UpdateLangPackTooLong, ok bool) {
		tl_update_slices_gen.go#L5777: func (s *UpdateLangPackTooLongArray) Pop() (v UpdateLangPackTooLong, ok bool) {