github.com/gotd/td/tg.HelpRecentMeURLs.Chats (field)
10 uses
github.com/gotd/td/tg (current package)
tl_help_recent_me_urls_gen.go#L42: Chats []ChatClass
tl_help_recent_me_urls_gen.go#L65: if !(r.Chats == nil) {
tl_help_recent_me_urls_gen.go#L91: r.Chats = from.GetChats()
tl_help_recent_me_urls_gen.go#L157: b.PutVectorHeader(len(r.Chats))
tl_help_recent_me_urls_gen.go#L158: for idx, v := range r.Chats {
tl_help_recent_me_urls_gen.go#L218: r.Chats = make([]ChatClass, 0, headerLen%bin.PreallocateLimit)
tl_help_recent_me_urls_gen.go#L225: r.Chats = append(r.Chats, value)
tl_help_recent_me_urls_gen.go#L261: return r.Chats
tl_help_recent_me_urls_gen.go#L279: return ChatClassArray(r.Chats)
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. |