type github.com/gotd/td/tg.UpdateLangPackArray
12 uses
github.com/gotd/td/tg (current package)
tl_update_slices_gen.go#L783: func (s UpdateClassArray) AsUpdateLangPack() (to UpdateLangPackArray) {
tl_update_slices_gen.go#L5791: type UpdateLangPackArray []UpdateLangPack
tl_update_slices_gen.go#L5794: func (s UpdateLangPackArray) Sort(less func(a, b UpdateLangPack) bool) UpdateLangPackArray {
tl_update_slices_gen.go#L5802: func (s UpdateLangPackArray) SortStable(less func(a, b UpdateLangPack) bool) UpdateLangPackArray {
tl_update_slices_gen.go#L5810: func (s UpdateLangPackArray) Retain(keep func(x UpdateLangPack) bool) UpdateLangPackArray {
tl_update_slices_gen.go#L5824: func (s UpdateLangPackArray) First() (v UpdateLangPack, ok bool) {
tl_update_slices_gen.go#L5832: func (s UpdateLangPackArray) Last() (v UpdateLangPack, ok bool) {
tl_update_slices_gen.go#L5840: func (s *UpdateLangPackArray) PopFirst() (v UpdateLangPack, ok bool) {
tl_update_slices_gen.go#L5859: func (s *UpdateLangPackArray) Pop() (v UpdateLangPack, 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. |