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

12 uses

	github.com/gotd/td/tg (current package)
		tl_input_theme_slices_gen.go#L133: func (s InputThemeClassArray) AsInputThemeSlug() (to InputThemeSlugArray) {
		tl_input_theme_slices_gen.go#L256: type InputThemeSlugArray []InputThemeSlug
		tl_input_theme_slices_gen.go#L259: func (s InputThemeSlugArray) Sort(less func(a, b InputThemeSlug) bool) InputThemeSlugArray {
		tl_input_theme_slices_gen.go#L267: func (s InputThemeSlugArray) SortStable(less func(a, b InputThemeSlug) bool) InputThemeSlugArray {
		tl_input_theme_slices_gen.go#L275: func (s InputThemeSlugArray) Retain(keep func(x InputThemeSlug) bool) InputThemeSlugArray {
		tl_input_theme_slices_gen.go#L289: func (s InputThemeSlugArray) First() (v InputThemeSlug, ok bool) {
		tl_input_theme_slices_gen.go#L297: func (s InputThemeSlugArray) Last() (v InputThemeSlug, ok bool) {
		tl_input_theme_slices_gen.go#L305: func (s *InputThemeSlugArray) PopFirst() (v InputThemeSlug, ok bool) {
		tl_input_theme_slices_gen.go#L324: func (s *InputThemeSlugArray) Pop() (v InputThemeSlug, ok bool) {