github.com/gotd/td/tg.CommunitiesPeerLinkRequests.Chats (field)

10 uses

	github.com/gotd/td/tg (current package)
		tl_communities_peer_link_requests_gen.go#L49: 	Chats []ChatClass
		tl_communities_peer_link_requests_gen.go#L81: 	if !(p.Chats == nil) {
		tl_communities_peer_link_requests_gen.go#L114: 	p.Chats = from.GetChats()
		tl_communities_peer_link_requests_gen.go#L201: 	b.PutVectorHeader(len(p.Chats))
		tl_communities_peer_link_requests_gen.go#L202: 	for idx, v := range p.Chats {
		tl_communities_peer_link_requests_gen.go#L281: 			p.Chats = make([]ChatClass, 0, headerLen%bin.PreallocateLimit)
		tl_communities_peer_link_requests_gen.go#L288: 			p.Chats = append(p.Chats, value)
		tl_communities_peer_link_requests_gen.go#L350: 	return p.Chats
		tl_communities_peer_link_requests_gen.go#L363: 	return ChatClassArray(p.Chats)