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

12 uses

	github.com/gotd/td/tg (current package)
		tl_web_page_attribute_slices_gen.go#L120: func (s WebPageAttributeClassArray) AsWebPageAttributeTheme() (to WebPageAttributeThemeArray) {
		tl_web_page_attribute_slices_gen.go#L146: type WebPageAttributeThemeArray []WebPageAttributeTheme
		tl_web_page_attribute_slices_gen.go#L149: func (s WebPageAttributeThemeArray) Sort(less func(a, b WebPageAttributeTheme) bool) WebPageAttributeThemeArray {
		tl_web_page_attribute_slices_gen.go#L157: func (s WebPageAttributeThemeArray) SortStable(less func(a, b WebPageAttributeTheme) bool) WebPageAttributeThemeArray {
		tl_web_page_attribute_slices_gen.go#L165: func (s WebPageAttributeThemeArray) Retain(keep func(x WebPageAttributeTheme) bool) WebPageAttributeThemeArray {
		tl_web_page_attribute_slices_gen.go#L179: func (s WebPageAttributeThemeArray) First() (v WebPageAttributeTheme, ok bool) {
		tl_web_page_attribute_slices_gen.go#L187: func (s WebPageAttributeThemeArray) Last() (v WebPageAttributeTheme, ok bool) {
		tl_web_page_attribute_slices_gen.go#L195: func (s *WebPageAttributeThemeArray) PopFirst() (v WebPageAttributeTheme, ok bool) {
		tl_web_page_attribute_slices_gen.go#L214: func (s *WebPageAttributeThemeArray) Pop() (v WebPageAttributeTheme, ok bool) {