github.com/gotd/td/tg.PaymentsStarGiftUpgradePreview.SampleAttributes (field)
10 uses
github.com/gotd/td/tg (current package)
tl_payments_star_gift_upgrade_preview_gen.go#L46: SampleAttributes []StarGiftAttributeClass
tl_payments_star_gift_upgrade_preview_gen.go#L72: if !(s.SampleAttributes == nil) {
tl_payments_star_gift_upgrade_preview_gen.go#L100: s.SampleAttributes = from.GetSampleAttributes()
tl_payments_star_gift_upgrade_preview_gen.go#L158: b.PutVectorHeader(len(s.SampleAttributes))
tl_payments_star_gift_upgrade_preview_gen.go#L159: for idx, v := range s.SampleAttributes {
tl_payments_star_gift_upgrade_preview_gen.go#L205: s.SampleAttributes = make([]StarGiftAttributeClass, 0, headerLen%bin.PreallocateLimit)
tl_payments_star_gift_upgrade_preview_gen.go#L212: s.SampleAttributes = append(s.SampleAttributes, value)
tl_payments_star_gift_upgrade_preview_gen.go#L257: return s.SampleAttributes
tl_payments_star_gift_upgrade_preview_gen.go#L278: return StarGiftAttributeClassArray(s.SampleAttributes)
![]() |
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. |