github.com/gotd/td/tg.PaymentsStarGifts.Gifts (field)
10 uses
github.com/gotd/td/tg (current package)
tl_payments_star_gifts_gen.go#L153: Gifts []StarGiftClass
tl_payments_star_gifts_gen.go#L183: if !(s.Gifts == nil) {
tl_payments_star_gifts_gen.go#L213: s.Gifts = from.GetGifts()
tl_payments_star_gifts_gen.go#L276: b.PutVectorHeader(len(s.Gifts))
tl_payments_star_gifts_gen.go#L277: for idx, v := range s.Gifts {
tl_payments_star_gifts_gen.go#L336: s.Gifts = make([]StarGiftClass, 0, headerLen%bin.PreallocateLimit)
tl_payments_star_gifts_gen.go#L343: s.Gifts = append(s.Gifts, value)
tl_payments_star_gifts_gen.go#L396: return s.Gifts
tl_payments_star_gifts_gen.go#L417: return StarGiftClassArray(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. |