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) {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |