github.com/gotd/td/tg.HelpRecentMeURLs.URLs (field)
10 uses
github.com/gotd/td/tg (current package)
tl_help_recent_me_urls_gen.go#L40: URLs []RecentMeURLClass
tl_help_recent_me_urls_gen.go#L62: if !(r.URLs == nil) {
tl_help_recent_me_urls_gen.go#L90: r.URLs = from.GetURLs()
tl_help_recent_me_urls_gen.go#L148: b.PutVectorHeader(len(r.URLs))
tl_help_recent_me_urls_gen.go#L149: for idx, v := range r.URLs {
tl_help_recent_me_urls_gen.go#L201: r.URLs = make([]RecentMeURLClass, 0, headerLen%bin.PreallocateLimit)
tl_help_recent_me_urls_gen.go#L208: r.URLs = append(r.URLs, value)
tl_help_recent_me_urls_gen.go#L253: return r.URLs
tl_help_recent_me_urls_gen.go#L274: return RecentMeURLClassArray(r.URLs)
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. |