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

18 uses

	github.com/gotd/td/tg (current package)
		tl_input_theme_slices_gen.go#L120: func (s InputThemeClassArray) AsInputTheme() (to InputThemeArray) {
		tl_input_theme_slices_gen.go#L146: type InputThemeArray []InputTheme
		tl_input_theme_slices_gen.go#L149: func (s InputThemeArray) Sort(less func(a, b InputTheme) bool) InputThemeArray {
		tl_input_theme_slices_gen.go#L157: func (s InputThemeArray) SortStable(less func(a, b InputTheme) bool) InputThemeArray {
		tl_input_theme_slices_gen.go#L165: func (s InputThemeArray) Retain(keep func(x InputTheme) bool) InputThemeArray {
		tl_input_theme_slices_gen.go#L179: func (s InputThemeArray) First() (v InputTheme, ok bool) {
		tl_input_theme_slices_gen.go#L187: func (s InputThemeArray) Last() (v InputTheme, ok bool) {
		tl_input_theme_slices_gen.go#L195: func (s *InputThemeArray) PopFirst() (v InputTheme, ok bool) {
		tl_input_theme_slices_gen.go#L214: func (s *InputThemeArray) Pop() (v InputTheme, ok bool) {
		tl_input_theme_slices_gen.go#L228: func (s InputThemeArray) SortByID() InputThemeArray {
		tl_input_theme_slices_gen.go#L235: func (s InputThemeArray) SortStableByID() InputThemeArray {
		tl_input_theme_slices_gen.go#L242: func (s InputThemeArray) FillMap(to map[int64]InputTheme) {
		tl_input_theme_slices_gen.go#L249: func (s InputThemeArray) ToMap() map[int64]InputTheme {