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

10 uses

	github.com/gotd/td/tg (current package)
		tl_phone_group_call_stars_gen.go#L43: 	Chats []ChatClass
		tl_phone_group_call_stars_gen.go#L69: 	if !(g.Chats == nil) {
		tl_phone_group_call_stars_gen.go#L97: 	g.Chats = from.GetChats()
		tl_phone_group_call_stars_gen.go#L165: 	b.PutVectorHeader(len(g.Chats))
		tl_phone_group_call_stars_gen.go#L166: 	for idx, v := range g.Chats {
		tl_phone_group_call_stars_gen.go#L233: 			g.Chats = make([]ChatClass, 0, headerLen%bin.PreallocateLimit)
		tl_phone_group_call_stars_gen.go#L240: 			g.Chats = append(g.Chats, value)
		tl_phone_group_call_stars_gen.go#L284: 	return g.Chats
		tl_phone_group_call_stars_gen.go#L297: 	return ChatClassArray(g.Chats)