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

10 uses

	github.com/gotd/td/tg (current package)
		tl_star_gift_auction_state_gen.go#L203: 	Rounds []StarGiftAuctionRoundClass
		tl_star_gift_auction_state_gen.go#L259: 	if !(s.Rounds == nil) {
		tl_star_gift_auction_state_gen.go#L301: 	s.Rounds = from.GetRounds()
		tl_star_gift_auction_state_gen.go#L412: 	b.PutVectorHeader(len(s.Rounds))
		tl_star_gift_auction_state_gen.go#L413: 	for idx, v := range s.Rounds {
		tl_star_gift_auction_state_gen.go#L544: 			s.Rounds = make([]StarGiftAuctionRoundClass, 0, headerLen%bin.PreallocateLimit)
		tl_star_gift_auction_state_gen.go#L551: 			s.Rounds = append(s.Rounds, value)
		tl_star_gift_auction_state_gen.go#L650: 	return s.Rounds
		tl_star_gift_auction_state_gen.go#L655: 	return StarGiftAuctionRoundClassArray(s.Rounds)