github.com/gotd/td/tg.PaymentsStarsStatus.Subscriptions (field)
11 uses
github.com/gotd/td/tg (current package)
tl_payments_stars_status_gen.go#L58: Subscriptions []StarsSubscription
tl_payments_stars_status_gen.go#L112: if !(s.Subscriptions == nil) {
tl_payments_stars_status_gen.go#L159: s.Subscriptions = val
tl_payments_stars_status_gen.go#L248: if !(s.Subscriptions == nil) {
tl_payments_stars_status_gen.go#L290: b.PutVectorHeader(len(s.Subscriptions))
tl_payments_stars_status_gen.go#L291: for idx, v := range s.Subscriptions {
tl_payments_stars_status_gen.go#L370: s.Subscriptions = make([]StarsSubscription, 0, headerLen%bin.PreallocateLimit)
tl_payments_stars_status_gen.go#L377: s.Subscriptions = append(s.Subscriptions, value)
tl_payments_stars_status_gen.go#L466: s.Subscriptions = value
tl_payments_stars_status_gen.go#L478: return s.Subscriptions, 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. |