github.com/gotd/td/tg.PaymentsResaleStarGifts.Gifts (field)
10 uses
github.com/gotd/td/tg (current package)
tl_payments_resale_star_gifts_gen.go#L51: Gifts []StarGiftClass
tl_payments_resale_star_gifts_gen.go#L113: if !(r.Gifts == nil) {
tl_payments_resale_star_gifts_gen.go#L159: r.Gifts = from.GetGifts()
tl_payments_resale_star_gifts_gen.go#L278: b.PutVectorHeader(len(r.Gifts))
tl_payments_resale_star_gifts_gen.go#L279: for idx, v := range r.Gifts {
tl_payments_resale_star_gifts_gen.go#L368: r.Gifts = make([]StarGiftClass, 0, headerLen%bin.PreallocateLimit)
tl_payments_resale_star_gifts_gen.go#L375: r.Gifts = append(r.Gifts, value)
tl_payments_resale_star_gifts_gen.go#L476: return r.Gifts
tl_payments_resale_star_gifts_gen.go#L569: return StarGiftClassArray(r.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. |