github.com/gotd/td/tg.StarGiftUnique.ResellAmount (field)
12 uses
github.com/gotd/td/tg (current package)
tl_star_gift_gen.go#L1497: ResellAmount []StarsAmountClass
tl_star_gift_gen.go#L1628: if !(s.ResellAmount == nil) {
tl_star_gift_gen.go#L1731: s.ResellAmount = val
tl_star_gift_gen.go#L1955: if !(s.ResellAmount == nil) {
tl_star_gift_gen.go#L2039: b.PutVectorHeader(len(s.ResellAmount))
tl_star_gift_gen.go#L2040: for idx, v := range s.ResellAmount {
tl_star_gift_gen.go#L2226: s.ResellAmount = make([]StarsAmountClass, 0, headerLen%bin.PreallocateLimit)
tl_star_gift_gen.go#L2233: s.ResellAmount = append(s.ResellAmount, value)
tl_star_gift_gen.go#L2536: s.ResellAmount = value
tl_star_gift_gen.go#L2548: return s.ResellAmount, true
tl_star_gift_gen.go#L2723: return StarsAmountClassArray(s.ResellAmount), true
![]() |
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. |