github.com/gotd/td/tg.HelpPremiumPromo.Videos (field)
10 uses
github.com/gotd/td/tg (current package)
tl_help_premium_promo_gen.go#L59: Videos []DocumentClass
tl_help_premium_promo_gen.go#L90: if !(p.Videos == nil) {
tl_help_premium_promo_gen.go#L124: p.Videos = from.GetVideos()
tl_help_premium_promo_gen.go#L208: b.PutVectorHeader(len(p.Videos))
tl_help_premium_promo_gen.go#L209: for idx, v := range p.Videos {
tl_help_premium_promo_gen.go#L299: p.Videos = make([]DocumentClass, 0, headerLen%bin.PreallocateLimit)
tl_help_premium_promo_gen.go#L306: p.Videos = append(p.Videos, value)
tl_help_premium_promo_gen.go#L375: return p.Videos
tl_help_premium_promo_gen.go#L401: return DocumentClassArray(p.Videos)
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |