github.com/gotd/td/tg.PaymentsStarGiftCollections.Collections (field)
9 uses
github.com/gotd/td/tg (current package)
tl_payments_star_gift_collections_gen.go#L150: Collections []StarGiftCollection
tl_payments_star_gift_collections_gen.go#L173: if !(s.Collections == nil) {
tl_payments_star_gift_collections_gen.go#L193: s.Collections = from.GetCollections()
tl_payments_star_gift_collections_gen.go#L241: b.PutVectorHeader(len(s.Collections))
tl_payments_star_gift_collections_gen.go#L242: for idx, v := range s.Collections {
tl_payments_star_gift_collections_gen.go#L273: s.Collections = make([]StarGiftCollection, 0, headerLen%bin.PreallocateLimit)
tl_payments_star_gift_collections_gen.go#L280: s.Collections = append(s.Collections, value)
tl_payments_star_gift_collections_gen.go#L291: return s.Collections
![]() |
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. |