type github.com/gotd/td/tg.AccountWallPapersArray
12 uses
github.com/gotd/td/tg (current package)
tl_account_wall_papers_slices_gen.go#L120: func (s AccountWallPapersClassArray) AsAccountWallPapers() (to AccountWallPapersArray) {
tl_account_wall_papers_slices_gen.go#L188: type AccountWallPapersArray []AccountWallPapers
tl_account_wall_papers_slices_gen.go#L191: func (s AccountWallPapersArray) Sort(less func(a, b AccountWallPapers) bool) AccountWallPapersArray {
tl_account_wall_papers_slices_gen.go#L199: func (s AccountWallPapersArray) SortStable(less func(a, b AccountWallPapers) bool) AccountWallPapersArray {
tl_account_wall_papers_slices_gen.go#L207: func (s AccountWallPapersArray) Retain(keep func(x AccountWallPapers) bool) AccountWallPapersArray {
tl_account_wall_papers_slices_gen.go#L221: func (s AccountWallPapersArray) First() (v AccountWallPapers, ok bool) {
tl_account_wall_papers_slices_gen.go#L229: func (s AccountWallPapersArray) Last() (v AccountWallPapers, ok bool) {
tl_account_wall_papers_slices_gen.go#L237: func (s *AccountWallPapersArray) PopFirst() (v AccountWallPapers, ok bool) {
tl_account_wall_papers_slices_gen.go#L256: func (s *AccountWallPapersArray) Pop() (v AccountWallPapers, 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. |