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

10 uses

	github.com/gotd/td/tg (current package)
		tl_phone_group_call_gen.go#L50: 	Chats []ChatClass
		tl_phone_group_call_gen.go#L79: 	if !(g.Chats == nil) {
		tl_phone_group_call_gen.go#L109: 	g.Chats = from.GetChats()
		tl_phone_group_call_gen.go#L187: 	b.PutVectorHeader(len(g.Chats))
		tl_phone_group_call_gen.go#L188: 	for idx, v := range g.Chats {
		tl_phone_group_call_gen.go#L262: 			g.Chats = make([]ChatClass, 0, headerLen%bin.PreallocateLimit)
		tl_phone_group_call_gen.go#L269: 			g.Chats = append(g.Chats, value)
		tl_phone_group_call_gen.go#L321: 	return g.Chats
		tl_phone_group_call_gen.go#L334: 	return ChatClassArray(g.Chats)