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

12 uses

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