github.com/gotd/td/tg.PhoneCallProtocol.LibraryVersions (field)

9 uses

	github.com/gotd/td/tg (current package)
		tl_phone_call_protocol_gen.go#L62: 	LibraryVersions []string
		tl_phone_call_protocol_gen.go#L95: 	if !(p.LibraryVersions == nil) {
		tl_phone_call_protocol_gen.go#L123: 	p.LibraryVersions = from.GetLibraryVersions()
		tl_phone_call_protocol_gen.go#L205: 	b.PutVectorHeader(len(p.LibraryVersions))
		tl_phone_call_protocol_gen.go#L206: 	for _, v := range p.LibraryVersions {
		tl_phone_call_protocol_gen.go#L256: 			p.LibraryVersions = make([]string, 0, headerLen%bin.PreallocateLimit)
		tl_phone_call_protocol_gen.go#L263: 			p.LibraryVersions = append(p.LibraryVersions, value)
		tl_phone_call_protocol_gen.go#L328: 	return p.LibraryVersions