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

12 uses

	github.com/gotd/td/tg (current package)
		tl_input_chat_theme_slices_gen.go#L133: func (s InputChatThemeClassArray) AsInputChatThemeUniqueGift() (to InputChatThemeUniqueGiftArray) {
		tl_input_chat_theme_slices_gen.go#L228: type InputChatThemeUniqueGiftArray []InputChatThemeUniqueGift
		tl_input_chat_theme_slices_gen.go#L231: func (s InputChatThemeUniqueGiftArray) Sort(less func(a, b InputChatThemeUniqueGift) bool) InputChatThemeUniqueGiftArray {
		tl_input_chat_theme_slices_gen.go#L239: func (s InputChatThemeUniqueGiftArray) SortStable(less func(a, b InputChatThemeUniqueGift) bool) InputChatThemeUniqueGiftArray {
		tl_input_chat_theme_slices_gen.go#L247: func (s InputChatThemeUniqueGiftArray) Retain(keep func(x InputChatThemeUniqueGift) bool) InputChatThemeUniqueGiftArray {
		tl_input_chat_theme_slices_gen.go#L261: func (s InputChatThemeUniqueGiftArray) First() (v InputChatThemeUniqueGift, ok bool) {
		tl_input_chat_theme_slices_gen.go#L269: func (s InputChatThemeUniqueGiftArray) Last() (v InputChatThemeUniqueGift, ok bool) {
		tl_input_chat_theme_slices_gen.go#L277: func (s *InputChatThemeUniqueGiftArray) PopFirst() (v InputChatThemeUniqueGift, ok bool) {
		tl_input_chat_theme_slices_gen.go#L296: func (s *InputChatThemeUniqueGiftArray) Pop() (v InputChatThemeUniqueGift, ok bool) {