github.com/gotd/td/tg.PaymentsStarGiftActiveAuctions.Auctions (field)
9 uses
github.com/gotd/td/tg (current package)
tl_payments_star_gift_active_auctions_gen.go#L151: Auctions []StarGiftActiveAuctionState
tl_payments_star_gift_active_auctions_gen.go#L178: if !(s.Auctions == nil) {
tl_payments_star_gift_active_auctions_gen.go#L206: s.Auctions = from.GetAuctions()
tl_payments_star_gift_active_auctions_gen.go#L264: b.PutVectorHeader(len(s.Auctions))
tl_payments_star_gift_active_auctions_gen.go#L265: for idx, v := range s.Auctions {
tl_payments_star_gift_active_auctions_gen.go#L314: s.Auctions = make([]StarGiftActiveAuctionState, 0, headerLen%bin.PreallocateLimit)
tl_payments_star_gift_active_auctions_gen.go#L321: s.Auctions = append(s.Auctions, value)
tl_payments_star_gift_active_auctions_gen.go#L366: return s.Auctions
![]() |
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. |