type github.com/gotd/td/tg.InputWallPaperSlugArray
12 uses
github.com/gotd/td/tg (current package)
tl_input_wall_paper_slices_gen.go#L133: func (s InputWallPaperClassArray) AsInputWallPaperSlug() (to InputWallPaperSlugArray) {
tl_input_wall_paper_slices_gen.go#L269: type InputWallPaperSlugArray []InputWallPaperSlug
tl_input_wall_paper_slices_gen.go#L272: func (s InputWallPaperSlugArray) Sort(less func(a, b InputWallPaperSlug) bool) InputWallPaperSlugArray {
tl_input_wall_paper_slices_gen.go#L280: func (s InputWallPaperSlugArray) SortStable(less func(a, b InputWallPaperSlug) bool) InputWallPaperSlugArray {
tl_input_wall_paper_slices_gen.go#L288: func (s InputWallPaperSlugArray) Retain(keep func(x InputWallPaperSlug) bool) InputWallPaperSlugArray {
tl_input_wall_paper_slices_gen.go#L302: func (s InputWallPaperSlugArray) First() (v InputWallPaperSlug, ok bool) {
tl_input_wall_paper_slices_gen.go#L310: func (s InputWallPaperSlugArray) Last() (v InputWallPaperSlug, ok bool) {
tl_input_wall_paper_slices_gen.go#L318: func (s *InputWallPaperSlugArray) PopFirst() (v InputWallPaperSlug, ok bool) {
tl_input_wall_paper_slices_gen.go#L337: func (s *InputWallPaperSlugArray) Pop() (v InputWallPaperSlug, 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. |