github.com/gotd/td/tg.StarGiftAuctionState.BidLevels (field)

9 uses

	github.com/gotd/td/tg (current package)
		tl_star_gift_auction_state_gen.go#L174: 	BidLevels []AuctionBidLevel
		tl_star_gift_auction_state_gen.go#L238: 	if !(s.BidLevels == nil) {
		tl_star_gift_auction_state_gen.go#L294: 	s.BidLevels = from.GetBidLevels()
		tl_star_gift_auction_state_gen.go#L397: 	b.PutVectorHeader(len(s.BidLevels))
		tl_star_gift_auction_state_gen.go#L398: 	for idx, v := range s.BidLevels {
		tl_star_gift_auction_state_gen.go#L475: 			s.BidLevels = make([]AuctionBidLevel, 0, headerLen%bin.PreallocateLimit)
		tl_star_gift_auction_state_gen.go#L482: 			s.BidLevels = append(s.BidLevels, value)
		tl_star_gift_auction_state_gen.go#L594: 	return s.BidLevels