type github.com/gotd/td/tg.UpdatePeerLocatedArray
12 uses
github.com/gotd/td/tg (current package)
tl_update_slices_gen.go#L887: func (s UpdateClassArray) AsUpdatePeerLocated() (to UpdatePeerLocatedArray) {
tl_update_slices_gen.go#L6447: type UpdatePeerLocatedArray []UpdatePeerLocated
tl_update_slices_gen.go#L6450: func (s UpdatePeerLocatedArray) Sort(less func(a, b UpdatePeerLocated) bool) UpdatePeerLocatedArray {
tl_update_slices_gen.go#L6458: func (s UpdatePeerLocatedArray) SortStable(less func(a, b UpdatePeerLocated) bool) UpdatePeerLocatedArray {
tl_update_slices_gen.go#L6466: func (s UpdatePeerLocatedArray) Retain(keep func(x UpdatePeerLocated) bool) UpdatePeerLocatedArray {
tl_update_slices_gen.go#L6480: func (s UpdatePeerLocatedArray) First() (v UpdatePeerLocated, ok bool) {
tl_update_slices_gen.go#L6488: func (s UpdatePeerLocatedArray) Last() (v UpdatePeerLocated, ok bool) {
tl_update_slices_gen.go#L6496: func (s *UpdatePeerLocatedArray) PopFirst() (v UpdatePeerLocated, ok bool) {
tl_update_slices_gen.go#L6515: func (s *UpdatePeerLocatedArray) Pop() (v UpdatePeerLocated, 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. |