type github.com/gotd/td/tg.InputWallPaperArray
18 uses
github.com/gotd/td/tg (current package)
tl_input_wall_paper_slices_gen.go#L120: func (s InputWallPaperClassArray) AsInputWallPaper() (to InputWallPaperArray) {
tl_input_wall_paper_slices_gen.go#L159: type InputWallPaperArray []InputWallPaper
tl_input_wall_paper_slices_gen.go#L162: func (s InputWallPaperArray) Sort(less func(a, b InputWallPaper) bool) InputWallPaperArray {
tl_input_wall_paper_slices_gen.go#L170: func (s InputWallPaperArray) SortStable(less func(a, b InputWallPaper) bool) InputWallPaperArray {
tl_input_wall_paper_slices_gen.go#L178: func (s InputWallPaperArray) Retain(keep func(x InputWallPaper) bool) InputWallPaperArray {
tl_input_wall_paper_slices_gen.go#L192: func (s InputWallPaperArray) First() (v InputWallPaper, ok bool) {
tl_input_wall_paper_slices_gen.go#L200: func (s InputWallPaperArray) Last() (v InputWallPaper, ok bool) {
tl_input_wall_paper_slices_gen.go#L208: func (s *InputWallPaperArray) PopFirst() (v InputWallPaper, ok bool) {
tl_input_wall_paper_slices_gen.go#L227: func (s *InputWallPaperArray) Pop() (v InputWallPaper, ok bool) {
tl_input_wall_paper_slices_gen.go#L241: func (s InputWallPaperArray) SortByID() InputWallPaperArray {
tl_input_wall_paper_slices_gen.go#L248: func (s InputWallPaperArray) SortStableByID() InputWallPaperArray {
tl_input_wall_paper_slices_gen.go#L255: func (s InputWallPaperArray) FillMap(to map[int64]InputWallPaper) {
tl_input_wall_paper_slices_gen.go#L262: func (s InputWallPaperArray) ToMap() map[int64]InputWallPaper {
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. |