type github.com/gotd/td/tg.UpdatePeerWallpaperArray
12 uses
github.com/gotd/td/tg (current package)
tl_update_slices_gen.go#L1472: func (s UpdateClassArray) AsUpdatePeerWallpaper() (to UpdatePeerWallpaperArray) {
tl_update_slices_gen.go#L10277: type UpdatePeerWallpaperArray []UpdatePeerWallpaper
tl_update_slices_gen.go#L10280: func (s UpdatePeerWallpaperArray) Sort(less func(a, b UpdatePeerWallpaper) bool) UpdatePeerWallpaperArray {
tl_update_slices_gen.go#L10288: func (s UpdatePeerWallpaperArray) SortStable(less func(a, b UpdatePeerWallpaper) bool) UpdatePeerWallpaperArray {
tl_update_slices_gen.go#L10296: func (s UpdatePeerWallpaperArray) Retain(keep func(x UpdatePeerWallpaper) bool) UpdatePeerWallpaperArray {
tl_update_slices_gen.go#L10310: func (s UpdatePeerWallpaperArray) First() (v UpdatePeerWallpaper, ok bool) {
tl_update_slices_gen.go#L10318: func (s UpdatePeerWallpaperArray) Last() (v UpdatePeerWallpaper, ok bool) {
tl_update_slices_gen.go#L10326: func (s *UpdatePeerWallpaperArray) PopFirst() (v UpdatePeerWallpaper, ok bool) {
tl_update_slices_gen.go#L10345: func (s *UpdatePeerWallpaperArray) Pop() (v UpdatePeerWallpaper, 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. |