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

12 uses

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