github.com/gotd/td/tg.PaymentsStarGiftUpgradePreview.Prices (field)
9 uses
github.com/gotd/td/tg (current package)
tl_payments_star_gift_upgrade_preview_gen.go#L50: Prices []StarGiftUpgradePrice
tl_payments_star_gift_upgrade_preview_gen.go#L75: if !(s.Prices == nil) {
tl_payments_star_gift_upgrade_preview_gen.go#L101: s.Prices = from.GetPrices()
tl_payments_star_gift_upgrade_preview_gen.go#L167: b.PutVectorHeader(len(s.Prices))
tl_payments_star_gift_upgrade_preview_gen.go#L168: for idx, v := range s.Prices {
tl_payments_star_gift_upgrade_preview_gen.go#L222: s.Prices = make([]StarGiftUpgradePrice, 0, headerLen%bin.PreallocateLimit)
tl_payments_star_gift_upgrade_preview_gen.go#L229: s.Prices = append(s.Prices, value)
tl_payments_star_gift_upgrade_preview_gen.go#L265: return s.Prices
![]() |
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. |