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

10 uses

	github.com/gotd/td/tg (current package)
		tl_phone_group_participants_gen.go#L50: 	Chats []ChatClass
		tl_phone_group_participants_gen.go#L81: 	if !(g.Chats == nil) {
		tl_phone_group_participants_gen.go#L115: 	g.Chats = from.GetChats()
		tl_phone_group_participants_gen.go#L193: 	b.PutVectorHeader(len(g.Chats))
		tl_phone_group_participants_gen.go#L194: 	for idx, v := range g.Chats {
		tl_phone_group_participants_gen.go#L269: 			g.Chats = make([]ChatClass, 0, headerLen%bin.PreallocateLimit)
		tl_phone_group_participants_gen.go#L276: 			g.Chats = append(g.Chats, value)
		tl_phone_group_participants_gen.go#L335: 	return g.Chats
		tl_phone_group_participants_gen.go#L356: 	return ChatClassArray(g.Chats)