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)