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
![]() |
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. |