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)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |