type github.com/gotd/td/tg.InputWallPaperNoFileArray
18 uses
github.com/gotd/td/tg (current package)
tl_input_wall_paper_slices_gen.go#L146: func (s InputWallPaperClassArray) AsInputWallPaperNoFile() (to InputWallPaperNoFileArray) {
tl_input_wall_paper_slices_gen.go#L351: type InputWallPaperNoFileArray []InputWallPaperNoFile
tl_input_wall_paper_slices_gen.go#L354: func (s InputWallPaperNoFileArray) Sort(less func(a, b InputWallPaperNoFile) bool) InputWallPaperNoFileArray {
tl_input_wall_paper_slices_gen.go#L362: func (s InputWallPaperNoFileArray) SortStable(less func(a, b InputWallPaperNoFile) bool) InputWallPaperNoFileArray {
tl_input_wall_paper_slices_gen.go#L370: func (s InputWallPaperNoFileArray) Retain(keep func(x InputWallPaperNoFile) bool) InputWallPaperNoFileArray {
tl_input_wall_paper_slices_gen.go#L384: func (s InputWallPaperNoFileArray) First() (v InputWallPaperNoFile, ok bool) {
tl_input_wall_paper_slices_gen.go#L392: func (s InputWallPaperNoFileArray) Last() (v InputWallPaperNoFile, ok bool) {
tl_input_wall_paper_slices_gen.go#L400: func (s *InputWallPaperNoFileArray) PopFirst() (v InputWallPaperNoFile, ok bool) {
tl_input_wall_paper_slices_gen.go#L419: func (s *InputWallPaperNoFileArray) Pop() (v InputWallPaperNoFile, ok bool) {
tl_input_wall_paper_slices_gen.go#L433: func (s InputWallPaperNoFileArray) SortByID() InputWallPaperNoFileArray {
tl_input_wall_paper_slices_gen.go#L440: func (s InputWallPaperNoFileArray) SortStableByID() InputWallPaperNoFileArray {
tl_input_wall_paper_slices_gen.go#L447: func (s InputWallPaperNoFileArray) FillMap(to map[int64]InputWallPaperNoFile) {
tl_input_wall_paper_slices_gen.go#L454: func (s InputWallPaperNoFileArray) ToMap() map[int64]InputWallPaperNoFile {
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. |