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

12 uses

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