github.com/gotd/td/tg.PaymentsStarGiftAuctionAcquiredGifts.Gifts (field)
9 uses
github.com/gotd/td/tg (current package)
tl_payments_star_gift_auction_acquired_gifts_gen.go#L43: Gifts []StarGiftAuctionAcquiredGift
tl_payments_star_gift_auction_acquired_gifts_gen.go#L65: if !(s.Gifts == nil) {
tl_payments_star_gift_auction_acquired_gifts_gen.go#L93: s.Gifts = from.GetGifts()
tl_payments_star_gift_auction_acquired_gifts_gen.go#L151: b.PutVectorHeader(len(s.Gifts))
tl_payments_star_gift_auction_acquired_gifts_gen.go#L152: for idx, v := range s.Gifts {
tl_payments_star_gift_auction_acquired_gifts_gen.go#L201: s.Gifts = make([]StarGiftAuctionAcquiredGift, 0, headerLen%bin.PreallocateLimit)
tl_payments_star_gift_auction_acquired_gifts_gen.go#L208: s.Gifts = append(s.Gifts, value)
tl_payments_star_gift_auction_acquired_gifts_gen.go#L253: return s.Gifts
![]() |
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. |