type github.com/gotd/td/tg.AccountThemesArray

12 uses

	github.com/gotd/td/tg (current package)
		tl_account_themes_slices_gen.go#L120: func (s AccountThemesClassArray) AsAccountThemes() (to AccountThemesArray) {
		tl_account_themes_slices_gen.go#L188: type AccountThemesArray []AccountThemes
		tl_account_themes_slices_gen.go#L191: func (s AccountThemesArray) Sort(less func(a, b AccountThemes) bool) AccountThemesArray {
		tl_account_themes_slices_gen.go#L199: func (s AccountThemesArray) SortStable(less func(a, b AccountThemes) bool) AccountThemesArray {
		tl_account_themes_slices_gen.go#L207: func (s AccountThemesArray) Retain(keep func(x AccountThemes) bool) AccountThemesArray {
		tl_account_themes_slices_gen.go#L221: func (s AccountThemesArray) First() (v AccountThemes, ok bool) {
		tl_account_themes_slices_gen.go#L229: func (s AccountThemesArray) Last() (v AccountThemes, ok bool) {
		tl_account_themes_slices_gen.go#L237: func (s *AccountThemesArray) PopFirst() (v AccountThemes, ok bool) {
		tl_account_themes_slices_gen.go#L256: func (s *AccountThemesArray) Pop() (v AccountThemes, ok bool) {