github.com/gotd/td/tg.StarGiftAuctionState.TopBidders (field)
9 uses
github.com/gotd/td/tg (current package)
tl_star_gift_auction_state_gen.go#L181: TopBidders []int64
tl_star_gift_auction_state_gen.go#L241: if !(s.TopBidders == nil) {
tl_star_gift_auction_state_gen.go#L295: s.TopBidders = from.GetTopBidders()
tl_star_gift_auction_state_gen.go#L403: b.PutVectorHeader(len(s.TopBidders))
tl_star_gift_auction_state_gen.go#L404: for _, v := range s.TopBidders {
tl_star_gift_auction_state_gen.go#L492: s.TopBidders = make([]int64, 0, headerLen%bin.PreallocateLimit)
tl_star_gift_auction_state_gen.go#L499: s.TopBidders = append(s.TopBidders, value)
tl_star_gift_auction_state_gen.go#L602: return s.TopBidders
![]() |
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. |