type github.com/gotd/td/tg.UpdatePeerWallpaperArray
12 uses
github.com/gotd/td/tg (current package)
tl_update_slices_gen.go#L1433: func (s UpdateClassArray) AsUpdatePeerWallpaper() (to UpdatePeerWallpaperArray) {
tl_update_slices_gen.go#L10538: type UpdatePeerWallpaperArray []UpdatePeerWallpaper
tl_update_slices_gen.go#L10541: func (s UpdatePeerWallpaperArray) Sort(less func(a, b UpdatePeerWallpaper) bool) UpdatePeerWallpaperArray {
tl_update_slices_gen.go#L10549: func (s UpdatePeerWallpaperArray) SortStable(less func(a, b UpdatePeerWallpaper) bool) UpdatePeerWallpaperArray {
tl_update_slices_gen.go#L10557: func (s UpdatePeerWallpaperArray) Retain(keep func(x UpdatePeerWallpaper) bool) UpdatePeerWallpaperArray {
tl_update_slices_gen.go#L10571: func (s UpdatePeerWallpaperArray) First() (v UpdatePeerWallpaper, ok bool) {
tl_update_slices_gen.go#L10579: func (s UpdatePeerWallpaperArray) Last() (v UpdatePeerWallpaper, ok bool) {
tl_update_slices_gen.go#L10587: func (s *UpdatePeerWallpaperArray) PopFirst() (v UpdatePeerWallpaper, ok bool) {
tl_update_slices_gen.go#L10606: func (s *UpdatePeerWallpaperArray) Pop() (v UpdatePeerWallpaper, ok bool) {
![]() |
The pages are generated with Golds v0.8.5. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |