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) {