github.com/gotd/td/tg.PhoneCall.Connections (field)

10 uses

	github.com/gotd/td/tg (current package)
		tl_phone_call_gen.go#L1309: 	Connections []PhoneConnectionClass
		tl_phone_call_gen.go#L1374: 	if !(p.Connections == nil) {
		tl_phone_call_gen.go#L1424: 	p.Connections = from.GetConnections()
		tl_phone_call_gen.go#L1563: 	b.PutVectorHeader(len(p.Connections))
		tl_phone_call_gen.go#L1564: 	for idx, v := range p.Connections {
		tl_phone_call_gen.go#L1666: 			p.Connections = make([]PhoneConnectionClass, 0, headerLen%bin.PreallocateLimit)
		tl_phone_call_gen.go#L1673: 			p.Connections = append(p.Connections, value)
		tl_phone_call_gen.go#L1817: 	return p.Connections
		tl_phone_call_gen.go#L1848: 	return PhoneConnectionClassArray(p.Connections)