type github.com/gotd/td/tg.WallPaperArray
18 uses
github.com/gotd/td/tg (current package)
tl_wall_paper_slices_gen.go#L152: func (s WallPaperClassArray) AsWallPaper() (to WallPaperArray) {
tl_wall_paper_slices_gen.go#L196: type WallPaperArray []WallPaper
tl_wall_paper_slices_gen.go#L199: func (s WallPaperArray) Sort(less func(a, b WallPaper) bool) WallPaperArray {
tl_wall_paper_slices_gen.go#L207: func (s WallPaperArray) SortStable(less func(a, b WallPaper) bool) WallPaperArray {
tl_wall_paper_slices_gen.go#L215: func (s WallPaperArray) Retain(keep func(x WallPaper) bool) WallPaperArray {
tl_wall_paper_slices_gen.go#L229: func (s WallPaperArray) First() (v WallPaper, ok bool) {
tl_wall_paper_slices_gen.go#L237: func (s WallPaperArray) Last() (v WallPaper, ok bool) {
tl_wall_paper_slices_gen.go#L245: func (s *WallPaperArray) PopFirst() (v WallPaper, ok bool) {
tl_wall_paper_slices_gen.go#L264: func (s *WallPaperArray) Pop() (v WallPaper, ok bool) {
tl_wall_paper_slices_gen.go#L278: func (s WallPaperArray) SortByID() WallPaperArray {
tl_wall_paper_slices_gen.go#L285: func (s WallPaperArray) SortStableByID() WallPaperArray {
tl_wall_paper_slices_gen.go#L292: func (s WallPaperArray) FillMap(to map[int64]WallPaper) {
tl_wall_paper_slices_gen.go#L299: func (s WallPaperArray) ToMap() map[int64]WallPaper {
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. |